[MPlayer-dev-eng] [PATCH 2/9] libfaad2: Use fixed-point implementation on avr32
Hans-Christian Egtvedt
hans-christian.egtvedt at atmel.com
Mon Feb 16 17:16:51 CET 2009
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
---
libfaad2/common.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libfaad2/common.h b/libfaad2/common.h
index 86e84eb..b89e8ef 100644
--- a/libfaad2/common.h
+++ b/libfaad2/common.h
@@ -69,7 +69,7 @@ extern "C" {
/* Use if target platform has address generators with autoincrement */
//#define PREFER_POINTERS
-#if defined(_WIN32_WCE) || defined(__arm__)
+#if defined(_WIN32_WCE) || defined(__arm__) || defined(__avr32__)
#define FIXED_POINT
#endif
--
1.5.6.3
More information about the MPlayer-dev-eng
mailing list