summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/common.h')
-rw-r--r--apps/codecs/libfaad/common.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/codecs/libfaad/common.h b/apps/codecs/libfaad/common.h
index 5343de325c..e6cdcd8646 100644
--- a/apps/codecs/libfaad/common.h
+++ b/apps/codecs/libfaad/common.h
@@ -95,11 +95,6 @@ extern struct codec_api* ci;
95/* Use if target platform has address generators with autoincrement */ 95/* Use if target platform has address generators with autoincrement */
96//#define PREFER_POINTERS 96//#define PREFER_POINTERS
97 97
98#ifdef _WIN32_WCE
99#define FIXED_POINT
100#endif
101
102
103#define ERROR_RESILIENCE 98#define ERROR_RESILIENCE
104 99
105 100
@@ -328,7 +323,7 @@ char *strchr(), *strrchr();
328 *y2 = MUL_F(x2, c1) - MUL_F(x1, c2); 323 *y2 = MUL_F(x2, c1) - MUL_F(x1, c2);
329 } 324 }
330 325
331 326/* rockbox: must be commented to build for non-FP
332 #if defined(_WIN32) && !defined(__MINGW32__) 327 #if defined(_WIN32) && !defined(__MINGW32__)
333 #define HAS_LRINTF 328 #define HAS_LRINTF
334 static INLINE int lrintf(float f) 329 static INLINE int lrintf(float f)
@@ -355,7 +350,7 @@ char *strchr(), *strrchr();
355 return i; 350 return i;
356 } 351 }
357 #endif 352 #endif
358 353*/
359 354
360 #ifdef __ICL /* only Intel C compiler has fmath ??? */ 355 #ifdef __ICL /* only Intel C compiler has fmath ??? */
361 356