From cba9d259b05a88302a78669cba0953ba0c98274d Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Tue, 14 Sep 2010 06:03:39 +0000 Subject: Further libfaad cleanup. Make libfaad compilable for floating point. Floating point cannot be used as reference though, as errorous noise is the result. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28071 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libfaad/common.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'apps/codecs/libfaad/common.h') diff --git a/apps/codecs/libfaad/common.h b/apps/codecs/libfaad/common.h index 5343de3..e6cdcd8 100644 --- a/apps/codecs/libfaad/common.h +++ b/apps/codecs/libfaad/common.h @@ -95,11 +95,6 @@ extern struct codec_api* ci; /* Use if target platform has address generators with autoincrement */ //#define PREFER_POINTERS -#ifdef _WIN32_WCE -#define FIXED_POINT -#endif - - #define ERROR_RESILIENCE @@ -328,7 +323,7 @@ char *strchr(), *strrchr(); *y2 = MUL_F(x2, c1) - MUL_F(x1, c2); } - +/* rockbox: must be commented to build for non-FP #if defined(_WIN32) && !defined(__MINGW32__) #define HAS_LRINTF static INLINE int lrintf(float f) @@ -355,7 +350,7 @@ char *strchr(), *strrchr(); return i; } #endif - +*/ #ifdef __ICL /* only Intel C compiler has fmath ??? */ -- cgit v1.1