diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-16 17:58:50 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-04-07 15:26:08 +0200 |
commit | 01621202aad7e27b2a05c71d9ad7a19dfcbe17ec (patch) | |
tree | 125d182402e78d17ed8312303da9a9a591ac3623 /libswscale/Makefile | |
parent | e656a6ccd9cab1b0a79cffe3e609793857aae330 (diff) | |
download | ffmpeg-01621202aad7e27b2a05c71d9ad7a19dfcbe17ec.tar.gz |
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/Makefile')
-rw-r--r-- | libswscale/Makefile | 16 |
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 \ |