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/stack_alloc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/codecs/libspeex/stack_alloc.h') diff --git a/apps/codecs/libspeex/stack_alloc.h b/apps/codecs/libspeex/stack_alloc.h index f9056b4..f06f2f6 100644 --- a/apps/codecs/libspeex/stack_alloc.h +++ b/apps/codecs/libspeex/stack_alloc.h @@ -35,6 +35,8 @@ #ifndef STACK_ALLOC_H #define STACK_ALLOC_H +#include "config-speex.h" + #ifdef USE_ALLOCA # ifdef WIN32 # include -- cgit v1.1