Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2013-05-31 17:07:00 +0400
committerTimothy B. Terriberry <tterribe@xiph.org>2013-06-05 03:23:22 +0400
commitcd4c8249bc0e091789495a09b8942d28b687273c (patch)
tree43765658985f2bee5e4dbd5acc198b884cfecf48 /celt_headers.mk
parentaa6a1a16ad84a58484d4550d661118fe7b8bb310 (diff)
Add run-time CPU detection and support for ARM architecture
Run-time CPU detection (RTCD) is enabled by default if target platform support it. It can be disable at compile time with --disable-rtcd option. Add RTCD support for ARM architecture. Thanks to Timothy B. Terriberry for help and code review Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
Diffstat (limited to 'celt_headers.mk')
-rw-r--r--celt_headers.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/celt_headers.mk b/celt_headers.mk
index 1febcdea..49b1befd 100644
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -2,6 +2,7 @@ CELT_HEAD = \
celt/arch.h \
celt/bands.h \
celt/celt.h \
+celt/cpu_support.h \
include/opus_types.h \
include/opus_defines.h \
include/opus_custom.h \
@@ -29,6 +30,7 @@ celt/stack_alloc.h \
celt/vq.h \
celt/static_modes_float.h \
celt/static_modes_fixed.h \
+celt/arm/armcpu.h \
celt/arm/fixed_armv4.h \
celt/arm/fixed_armv5e.h \
celt/arm/kiss_fft_armv4.h \