summaryrefslogtreecommitdiff
path: root/libswresample/Makefile
diff options
context:
space:
mode:
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