From 9eb83a56aad355608ff8ae57648ddcf76e218798 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Apr 2012 13:05:08 +0200 Subject: build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. --- libswscale/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libswscale/Makefile') 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 \ -- cgit v1.2.3