Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-05 19:05:30 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-05 19:27:38 +0400
commit5a7a9f02de66357fb5d8dae06ea3cb408885d2fe (patch)
tree1f7100fa40dc54eb4ed0c2a0fe0238611103c459 /libswresample/Makefile
parent02827a3c9952201ffeefce8107c59f07697ede8f (diff)
libswresample/Makefile: put each object on its own line
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/Makefile')
-rw-r--r--libswresample/Makefile6
1 files changed, 5 insertions, 1 deletions
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