From 5a7a9f02de66357fb5d8dae06ea3cb408885d2fe Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Tue, 5 Jun 2012 17:05:30 +0200
Subject: [PATCH] libswresample/Makefile: put each object on its own line

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 libswresample/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/libswresample/Makefile b/libswresample/Makefile
index 6e4e468495b..5b4c286c083 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
-- 
GitLab