Browse code

libswresample/Makefile: put each object on its own line

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2012/06/06 00:05:30
Showing 1 changed files
... ...
@@ -5,6 +5,10 @@ FFLIBS = avutil
5 5
 
6 6
 HEADERS = swresample.h
7 7
 
8
-OBJS = swresample.o audioconvert.o resample.o rematrix.o dither.o
8
+OBJS = audioconvert.o                        \
9
+       dither.o                              \
10
+       rematrix.o                            \
11
+       resample.o                            \
12
+       swresample.o                          \
9 13
 
10 14
 TESTPROGS = swresample_test