diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-04-14 13:05:08 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-05-07 14:01:32 +0200 |
commit | 9eb83a56aad355608ff8ae57648ddcf76e218798 (patch) | |
tree | aa05fea64fd25c3310d5725317d6dc0a24f16e80 /libswscale | |
parent | 1f4f752117c0519345a1b0a725a57440cc8924ec (diff) | |
download | ffmpeg-9eb83a56aad355608ff8ae57648ddcf76e218798.tar.gz |
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 29f3f12793..349dd99789 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -12,4 +12,5 @@ OBJS = input.o \ utils.o \ yuv2rgb.o \ -TESTPROGS = colorspace swscale +TESTPROGS = colorspace \ + swscale \ |