aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-28 19:39:44 +0100
committerMans Rullgard <mans@mansr.com>2011-04-03 22:39:52 +0100
commitf7653904c8a136787d9dda97a02aecfe1746a465 (patch)
tree2917b45989f88becdf96df109ac61c89a956cb68 /libavcodec/arm/Makefile
parentdba9852935f31d81d16bf26ee21d164d5d5f5764 (diff)
downloadffmpeg-f7653904c8a136787d9dda97a02aecfe1746a465.tar.gz
ARM: NEON fixed-point forward MDCT
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r--libavcodec/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile
index 2876e8f69c..a5abfdd128 100644
--- a/libavcodec/arm/Makefile
+++ b/libavcodec/arm/Makefile
@@ -45,6 +45,7 @@ NEON-OBJS-$(CONFIG_FFT) += arm/fft_neon.o \
arm/fft_fixed_neon.o \
NEON-OBJS-$(CONFIG_MDCT) += arm/mdct_neon.o \
+ arm/mdct_fixed_neon.o \
NEON-OBJS-$(CONFIG_RDFT) += arm/rdft_neon.o \