diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-10-21 23:24:06 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-10-21 23:24:06 +0000 |
commit | 86a999c478cde265d9507c1a7865cd2c25d1dc7e (patch) | |
tree | 7fecb41ef40bb1bc9ce6d2ed29d00b3316519457 /apps/codecs/libspeex/config-speex.h | |
parent | 4f41af374000a00a3e86727ca896c1ff6ac62424 (diff) |
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
Diffstat (limited to 'apps/codecs/libspeex/config-speex.h')
-rw-r--r-- | apps/codecs/libspeex/config-speex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |