libswresample/Makefile: put each object on its own line

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-06-05 17:05:30 +02:00
parent 02827a3c99
commit 5a7a9f02de
1 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ FFLIBS = avutil
HEADERS = swresample.h
OBJS = swresample.o audioconvert.o resample.o rematrix.o dither.o
OBJS = audioconvert.o \
dither.o \
rematrix.o \
resample.o \
swresample.o \
TESTPROGS = swresample_test