summaryrefslogtreecommitdiff
path: root/libswresample/x86/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2014-06-14 14:11:03 -0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-14 20:21:39 +0200
commit7128a35f8c4bdfb8b749b1e453c69cfd15eb9f07 (patch)
tree700bc35394d23ae6159fe50f6f1c7737ab705a7c /libswresample/x86/Makefile
parent9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0 (diff)
swr: split out DSP functions.
DSP bits of swri_resample go into their own mini-DSP functions; DSP init goes from a per-call branch in multiple_resample to a proper DSP init routine; x86 bits go into x86/; swri_resample() moves out of resample_template.c into resample.c because it's independent of DSP code or sample type; multiple_resample() is simplified. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/x86/Makefile')
-rw-r--r--libswresample/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libswresample/x86/Makefile b/libswresample/x86/Makefile
index 1d1ab6ead6..cc3e65f26f 100644
--- a/libswresample/x86/Makefile
+++ b/libswresample/x86/Makefile
@@ -2,4 +2,6 @@ YASM-OBJS += x86/swresample_x86.o\
x86/audio_convert.o\
x86/rematrix.o\
+OBJS += x86/resample_x86_dsp.o\
+
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o