summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-03 11:58:39 +0000
committerDave Chapman <dave@dchapman.com>2006-01-03 11:58:39 +0000
commit88f4c1178902c5aa700cbcdf6d1973c09ca9a5d0 (patch)
tree767d22e357af41cdf4f8c56d9856111b352fd810 /apps/codecs/Tremor
parent4d03a466d2cb29814392c6529c782f6c5e27043d (diff)
downloadrockbox-88f4c1178902c5aa700cbcdf6d1973c09ca9a5d0.tar.gz
rockbox-88f4c1178902c5aa700cbcdf6d1973c09ca9a5d0.zip
iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so temporarily disable ICODE_ATTR to fix the broken builds. This needs reviewing anyway when the time comes to optimise Tremor for the iPod.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8298 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor')
-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_