From 5a7a9f02de66357fb5d8dae06ea3cb408885d2fe Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 5 Jun 2012 17:05:30 +0200 Subject: libswresample/Makefile: put each object on its own line Signed-off-by: Michael Niedermayer --- libswresample/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libswresample') diff --git a/libswresample/Makefile b/libswresample/Makefile index 6e4e468495..5b4c286c08 100644 --- a/libswresample/Makefile +++ b/libswresample/Makefile @@ -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 -- cgit v1.2.1