From 86a999c478cde265d9507c1a7865cd2c25d1dc7e Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 21 Oct 2007 23:24:06 +0000 Subject: Change decoder struct dynamic array members to static arrays sized based on current maximums. Move decoder state structs into IRAM for big speedups This means only one decoder can be instantiated at a time, but that should not be a problem. Tweak Makefile to use -O2 for Coldfire. Update SVN revision info to sync-time revision. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15256 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/config-speex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libspeex/config-speex.h') diff --git a/apps/codecs/libspeex/config-speex.h b/apps/codecs/libspeex/config-speex.h index 52c71e9e82..b7385eee02 100644 --- a/apps/codecs/libspeex/config-speex.h +++ b/apps/codecs/libspeex/config-speex.h @@ -6,7 +6,7 @@ /* Make use of ARM4 assembly optimizations */ /* #undef ARM4_ASM */ -/* Make use of ARM5E assembly optimizations */ +/* Make use of ARM4E assembly optimizations */ #if defined(CPU_ARM) #define ARM4_ASM #endif -- cgit v1.2.3