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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/config-tremor.h b/apps/codecs/Tremor/config-tremor.h
new file mode 100644
index 0000000000..a456fc208c
--- /dev/null
+++ b/apps/codecs/Tremor/config-tremor.h
@@ -0,0 +1,9 @@
1#define BIG_ENDIAN 1
2#define LITTLE_ENDIAN 0
3#define _LOW_ACCURACY_
4
5#ifdef SIMULATOR
6 #define BYTE_ORDER LITTLE_ENDIAN
7#else
8 #define BYTE_ORDER BIG_ENDIAN
9#endif