summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-04-14 13:05:08 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-07 14:01:32 +0200
commit9eb83a56aad355608ff8ae57648ddcf76e218798 (patch)
treeaa05fea64fd25c3310d5725317d6dc0a24f16e80 /libswscale/Makefile
parent1f4f752117c0519345a1b0a725a57440cc8924ec (diff)
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile3
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 \