summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/Tremor/config-tremor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/config-tremor.h b/apps/codecs/Tremor/config-tremor.h
index 8307d87b77..402feb5363 100644
--- a/apps/codecs/Tremor/config-tremor.h
+++ b/apps/codecs/Tremor/config-tremor.h
@@ -9,5 +9,12 @@
9#define BIG_ENDIAN 0 9#define BIG_ENDIAN 0
10#endif 10#endif
11 11
12/* As of 28 Dec 2005, the Tremor code is too big for IRAM on the iPod,
13 so we temporarily disable ICODE_ATTR - this needs reviewing when it comes
14 to optimising Tremor for the iPod */
15#ifdef CPU_ARM
16#undef ICODE_ATTR
17#define ICODE_ATTR
18#endif
12 19
13// #define _LOW_ACCURACY_ 20// #define _LOW_ACCURACY_