summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-16 17:58:50 +0100
committerDiego Biurrun <diego@biurrun.de>2016-04-07 15:26:08 +0200
commit01621202aad7e27b2a05c71d9ad7a19dfcbe17ec (patch)
tree125d182402e78d17ed8312303da9a9a591ac3623 /libswscale
parente656a6ccd9cab1b0a79cffe3e609793857aae330 (diff)
build: miscellaneous cosmetics
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 3e8614da2b..c9b2fc9c46 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -3,14 +3,14 @@ NAME = swscale
HEADERS = swscale.h \
version.h \
-OBJS = input.o \
- options.o \
- output.o \
- rgb2rgb.o \
- swscale.o \
- swscale_unscaled.o \
- utils.o \
- yuv2rgb.o \
+OBJS = input.o \
+ options.o \
+ output.o \
+ rgb2rgb.o \
+ swscale.o \
+ swscale_unscaled.o \
+ utils.o \
+ yuv2rgb.o \
TESTPROGS = colorspace \
swscale \