summaryrefslogtreecommitdiff
path: root/libavcodec/arm/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-04-12 20:45:33 +0000
committerMåns Rullgård <mans@mansr.com>2010-04-12 20:45:33 +0000
commit08255107cf4f206a8172ffdf7abe5ffa4817dd3f (patch)
tree4ac9434e54f90592cc44af347097d5971d39f93f /libavcodec/arm/Makefile
parente168a5567a2b4c2e381bba081c93eb747ec886ca (diff)
DCA: ARM/NEON optimised lfe_fir
Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r--libavcodec/arm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile
index c78e4bc3da..37e9c8e5ea 100644
--- a/libavcodec/arm/Makefile
+++ b/libavcodec/arm/Makefile
@@ -33,7 +33,9 @@ NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \
arm/h264idct_neon.o \
arm/h264pred_neon.o \
-NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/synth_filter_neon.o \
+NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_init_arm.o \
+ arm/dcadsp_neon.o \
+ arm/synth_filter_neon.o \
NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o