From 191b8ba402473768c3681216ecd130b8c4a896bb Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 24 Feb 2005 00:48:34 +0000 Subject: Compile Tremor with _LOW_ACCURACY_ to increase speed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6048 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/config.h | 1 + apps/codecs/Tremor/os_types.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'apps/codecs/Tremor') 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 @@ #define BIG_ENDIAN 1 #define LITTLE_ENDIAN 0 +#define _LOW_ACCURACY_ #ifdef SIMULATOR #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 @@ function: #ifdef jail to whip a few platforms into the UNIX ideal. ********************************************************************/ +#include "config.h" + #ifndef _OS_TYPES_H #define _OS_TYPES_H -- cgit v1.2.3