New makefile solution: A single invocation of 'make' to build the entire tree. Fully...
[kugel-rb.git] / apps / codecs / libtremor / config-tremor.h
blob7cfcb7e35db18cc965588c2c15a0c0a9063e0ff7
1 #include "codeclib.h"
2 #ifdef CPU_ARM
3 #define _ARM_ASSEM_
4 #endif
6 #ifdef ROCKBOX_BIG_ENDIAN
7 #define BIG_ENDIAN 1
8 #define LITTLE_ENDIAN 0
9 #define BYTE_ORDER BIG_ENDIAN
10 #else
11 #define BYTE_ORDER LITTLE_ENDIAN
12 #define LITTLE_ENDIAN 1
13 #define BIG_ENDIAN 0
14 #endif
16 #ifndef ICONST_ATTR_TREMOR_WINDOW
17 #define ICONST_ATTR_TREMOR_WINDOW ICONST_ATTR
18 #endif
20 #ifndef ICODE_ATTR_TREMOR_MDCT
21 #define ICODE_ATTR_TREMOR_MDCT ICODE_ATTR
22 #endif
24 #ifndef ICODE_ATTR_TREMOR_NOT_MDCT
25 #define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR
26 #endif
28 // #define _LOW_ACCURACY_