summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/config.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2005-02-24 00:48:34 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2005-02-24 00:48:34 +0000
commit191b8ba402473768c3681216ecd130b8c4a896bb (patch)
treee9219e821308a15e1df48e2869251ea89da37338 /apps/codecs/Tremor/config.h
parented8fa82aea499f538824ae9adeb7c85388396edb (diff)
downloadrockbox-191b8ba402473768c3681216ecd130b8c4a896bb.tar.gz
rockbox-191b8ba402473768c3681216ecd130b8c4a896bb.zip
Compile Tremor with _LOW_ACCURACY_ to increase speed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6048 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/config.h')
-rw-r--r--apps/codecs/Tremor/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/config.h b/apps/codecs/Tremor/config.h
index feb9b152be..a456fc208c 100644
--- a/apps/codecs/Tremor/config.h
+++ b/apps/codecs/Tremor/config.h
@@ -1,5 +1,6 @@
1#define BIG_ENDIAN 1 1#define BIG_ENDIAN 1
2#define LITTLE_ENDIAN 0 2#define LITTLE_ENDIAN 0
3#define _LOW_ACCURACY_
3 4
4#ifdef SIMULATOR 5#ifdef SIMULATOR
5 #define BYTE_ORDER LITTLE_ENDIAN 6 #define BYTE_ORDER LITTLE_ENDIAN