diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/Tremor/config-tremor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/config-tremor.h b/apps/codecs/Tremor/config-tremor.h index 8307d87..402feb5 100644 --- a/apps/codecs/Tremor/config-tremor.h +++ b/apps/codecs/Tremor/config-tremor.h @@ -9,5 +9,12 @@ #define BIG_ENDIAN 0 #endif +/* As of 28 Dec 2005, the Tremor code is too big for IRAM on the iPod, + so we temporarily disable ICODE_ATTR - this needs reviewing when it comes + to optimising Tremor for the iPod */ +#ifdef CPU_ARM +#undef ICODE_ATTR +#define ICODE_ATTR +#endif // #define _LOW_ACCURACY_ |