mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 07:20:45 +00:00
libswresample/Makefile: put each object on its own line
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
02827a3c99
commit
5a7a9f02de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user