[FFmpeg-cvslog] libswresample/Makefile: put each object on its own line

Michael Niedermayer git at videolan.org
Tue Jun 5 17:30:56 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jun  5 17:05:30 2012 +0200| [5a7a9f02de66357fb5d8dae06ea3cb408885d2fe] | committer: Michael Niedermayer

libswresample/Makefile: put each object on its own line

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a7a9f02de66357fb5d8dae06ea3cb408885d2fe
---

 libswresample/Makefile |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/libswresample/Makefile b/libswresample/Makefile
index 6e4e468..5b4c286 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



More information about the ffmpeg-cvslog mailing list