summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/config-tremor.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-07 22:41:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-07 22:41:17 +0000
commitb8a23f9e4980e6a041d750c325ab2845aea8488a (patch)
treed10400e99208595638f13e7fe3b279274a173e56 /apps/codecs/Tremor/config-tremor.h
parentd23afcd4f4ad72b1c2c087055a9ba4457f2646cd (diff)
downloadrockbox-b8a23f9e4980e6a041d750c325ab2845aea8488a.tar.gz
rockbox-b8a23f9e4980e6a041d750c325ab2845aea8488a.zip
Fixed makefiles for autoconf.g include.
Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/config-tremor.h')
-rw-r--r--apps/codecs/Tremor/config-tremor.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/codecs/Tremor/config-tremor.h b/apps/codecs/Tremor/config-tremor.h
index e53c04898c..81aa5bffab 100644
--- a/apps/codecs/Tremor/config-tremor.h
+++ b/apps/codecs/Tremor/config-tremor.h
@@ -1,11 +1,12 @@
1#include "../codec.h" 1#include "../codec.h"
2 2
3#ifdef ROCKBOX_BIG_ENDIAN
3#define BIG_ENDIAN 1 4#define BIG_ENDIAN 1
4#define LITTLE_ENDIAN 0 5#define LITTLE_ENDIAN 0
5#define _LOW_ACCURACY_ 6#define BYTE_ORDER BIG_ENDIAN
6
7#ifdef SIMULATOR
8 #define BYTE_ORDER LITTLE_ENDIAN
9#else 7#else
10 #define BYTE_ORDER BIG_ENDIAN 8#define BYTE_ORDER LITTLE_ENDIAN
9#define LITTLE_ENDIAN 1
10#define BIG_ENDIAN 0
11#endif 11#endif
12#define _LOW_ACCURACY_