summaryrefslogtreecommitdiff
path: root/celt_headers.mk
diff options
context:
space:
mode:
authorViswanath Puttagunta <viswanath.puttagunta@linaro.org>2015-05-15 12:42:25 -0500
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-10-07 18:09:20 -0400
commitba8713ccb5fd1ee893630d2d1bcd86aacfc3aeea (patch)
tree03882eef35e3832f77b70cf41ac2144d08021995 /celt_headers.mk
parent3807af3b3b6109d38dce236abf8c96b8724da863 (diff)
downloadopus-ba8713ccb5fd1ee893630d2d1bcd86aacfc3aeea.tar.gz
armv7: Optimize fixed point FFT using NE10 library
Uses NEON optimized fixed point FFT routines in NE10 library. Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
Diffstat (limited to 'celt_headers.mk')
-rw-r--r--celt_headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/celt_headers.mk b/celt_headers.mk
index 5dc9e1e1..0eca6e6a 100644
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -32,6 +32,7 @@ celt/vq.h \
celt/static_modes_float.h \
celt/static_modes_fixed.h \
celt/static_modes_float_arm_ne10.h \
+celt/static_modes_fixed_arm_ne10.h \
celt/arm/armcpu.h \
celt/arm/fixed_armv4.h \
celt/arm/fixed_armv5e.h \