summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/config-tremor.h
diff options
context:
space:
mode:
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_