summaryrefslogtreecommitdiff
path: root/libswresample/Makefile
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-05 18:08:34 -0700
committerMichael Niedermayer <michaelni@gmx.at>2014-07-06 03:45:46 +0200
commit37715b4594dd89f0b8571b3193fa9cb944a5f968 (patch)
treed5ea82558cc215354d4a0d572dd761158ae001bf /libswresample/Makefile
parent02729f7a5afe879003a2a2a27b52b50da61c4435 (diff)
swresample: split option table to a separate file
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/Makefile')
-rw-r--r--libswresample/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/Makefile b/libswresample/Makefile
index ca59d54581..75c6535be6 100644
--- a/libswresample/Makefile
+++ b/libswresample/Makefile
@@ -8,6 +8,7 @@ HEADERS = swresample.h \
OBJS = audioconvert.o \
dither.o \
+ options.o \
rematrix.o \
resample.o \
resample_dsp.o \