diff libfaad2/common.h @ 28578:8c9ed8e6fc99

Use fixed-point implementation on avr32. patch by Hans-Christian Egtvedt, hans-christian.egtvedt atmel com
author diego
date Mon, 16 Feb 2009 17:05:58 +0000
parents 1a5cd79b2e6e
children f01023c524c3
line wrap: on
line diff
--- a/libfaad2/common.h	Mon Feb 16 17:02:16 2009 +0000
+++ b/libfaad2/common.h	Mon Feb 16 17:05:58 2009 +0000
@@ -69,7 +69,7 @@
 /* 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