summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/Tremor/config.h1
-rw-r--r--apps/codecs/Tremor/os_types.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/Tremor/config.h b/apps/codecs/Tremor/config.h
index feb9b152be..a456fc208c 100644
--- a/apps/codecs/Tremor/config.h
+++ b/apps/codecs/Tremor/config.h
@@ -1,5 +1,6 @@
1#define BIG_ENDIAN 1 1#define BIG_ENDIAN 1
2#define LITTLE_ENDIAN 0 2#define LITTLE_ENDIAN 0
3#define _LOW_ACCURACY_
3 4
4#ifdef SIMULATOR 5#ifdef SIMULATOR
5 #define BYTE_ORDER LITTLE_ENDIAN 6 #define BYTE_ORDER LITTLE_ENDIAN
diff --git a/apps/codecs/Tremor/os_types.h b/apps/codecs/Tremor/os_types.h
index 5db5197107..c43e63854d 100644
--- a/apps/codecs/Tremor/os_types.h
+++ b/apps/codecs/Tremor/os_types.h
@@ -14,6 +14,8 @@
14 function: #ifdef jail to whip a few platforms into the UNIX ideal. 14 function: #ifdef jail to whip a few platforms into the UNIX ideal.
15 15
16 ********************************************************************/ 16 ********************************************************************/
17#include "config.h"
18
17#ifndef _OS_TYPES_H 19#ifndef _OS_TYPES_H
18#define _OS_TYPES_H 20#define _OS_TYPES_H
19 21