1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thom Johansen 2007-10-21 23:24:06 +00:00
parent 4f41af3740
commit 86a999c478
8 changed files with 51 additions and 34 deletions

View file

@ -35,6 +35,8 @@
#ifndef STACK_ALLOC_H
#define STACK_ALLOC_H
#include "config-speex.h"
#ifdef USE_ALLOCA
# ifdef WIN32
# include <malloc.h>