From 80b786afd0663ad160a7a7b1188aacabf1847d38 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 28 Feb 2005 00:49:37 +0000 Subject: Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6075 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/config-tremor.h | 9 +++++++++ apps/codecs/Tremor/config.h | 9 --------- apps/codecs/Tremor/misc.h | 2 +- apps/codecs/Tremor/os_types.h | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 apps/codecs/Tremor/config-tremor.h delete mode 100644 apps/codecs/Tremor/config.h (limited to 'apps') 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 @@ +#define BIG_ENDIAN 1 +#define LITTLE_ENDIAN 0 +#define _LOW_ACCURACY_ + +#ifdef SIMULATOR + #define BYTE_ORDER LITTLE_ENDIAN +#else + #define BYTE_ORDER BIG_ENDIAN +#endif diff --git a/apps/codecs/Tremor/config.h b/apps/codecs/Tremor/config.h deleted file mode 100644 index a456fc208c..0000000000 --- a/apps/codecs/Tremor/config.h +++ /dev/null @@ -1,9 +0,0 @@ -#define BIG_ENDIAN 1 -#define LITTLE_ENDIAN 0 -#define _LOW_ACCURACY_ - -#ifdef SIMULATOR - #define BYTE_ORDER LITTLE_ENDIAN -#else - #define BYTE_ORDER BIG_ENDIAN -#endif diff --git a/apps/codecs/Tremor/misc.h b/apps/codecs/Tremor/misc.h index 6fff34e5aa..b56f65d6e8 100644 --- a/apps/codecs/Tremor/misc.h +++ b/apps/codecs/Tremor/misc.h @@ -15,7 +15,7 @@ ********************************************************************/ -#include "config.h" +#include "config-tremor.h" #ifndef _V_RANDOM_H_ #define _V_RANDOM_H_ diff --git a/apps/codecs/Tremor/os_types.h b/apps/codecs/Tremor/os_types.h index c43e63854d..fe0331770f 100644 --- a/apps/codecs/Tremor/os_types.h +++ b/apps/codecs/Tremor/os_types.h @@ -14,7 +14,7 @@ function: #ifdef jail to whip a few platforms into the UNIX ideal. ********************************************************************/ -#include "config.h" +#include "config-tremor.h" #ifndef _OS_TYPES_H #define _OS_TYPES_H -- cgit v1.2.3