summaryrefslogtreecommitdiff
path: root/libavcodec/arm/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-11 17:25:45 +0000
committerMans Rullgard <mans@mansr.com>2011-04-01 22:46:21 +0100
commitaa05f2126e18d23432bde77e6f44e41691472fef (patch)
treef02f9dc4228f0b851a94b9ce2c5b702522c148bf /libavcodec/arm/Makefile
parent182826c8846f2f7f0538c4b2a09e882e29881804 (diff)
ac3enc: ARM optimised ac3_compute_matissa_size
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 27c2643de8..3b77a5548d 100644
--- a/libavcodec/arm/Makefile
+++ b/libavcodec/arm/Makefile
@@ -1,4 +1,6 @@
-OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o
+OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o \
+ arm/ac3dsp_arm.o
+
OBJS-$(CONFIG_DCA_DECODER) += arm/dcadsp_init_arm.o \
ARMV6-OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_armv6.o