Updated our source code header to explicitly mention that we are GPL v2 or
[Rockbox.git] / apps / codecs / Tremor / config-tremor.h
blobe1ade700e557bc2bdbeb1580e2d232b4fb63ecde
1 #include "../codec.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_