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

github.com/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_sources.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_sources.mk')
-rw-r--r--celt_sources.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/celt_sources.mk b/celt_sources.mk
index 2a8e9f07..e1aee8fa 100644
--- a/celt_sources.mk
+++ b/celt_sources.mk
@@ -16,3 +16,6 @@ celt/celt_lpc.c \
celt/quant_bands.c \
celt/rate.c \
celt/vq.c
+
+CELT_SOURCES_ARM = \
+celt/arm/armcpu.c