From cd4c8249bc0e091789495a09b8942d28b687273c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Zanelli?= Date: Fri, 31 May 2013 15:07:00 +0200 Subject: 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 --- celt_sources.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'celt_sources.mk') 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 -- cgit v1.2.1