comparison libfaad2/common.h @ 16230:ba7a79482bec

prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>
author alex
date Tue, 16 Aug 2005 15:29:24 +0000
parents a7abe85e8b41
children 59b6fa5b4201
comparison
equal deleted inserted replaced
16229:45b339e1b93b 16230:ba7a79482bec
65 //#define BIG_IQ_TABLE 65 //#define BIG_IQ_TABLE
66 66
67 /* Use if target platform has address generators with autoincrement */ 67 /* Use if target platform has address generators with autoincrement */
68 //#define PREFER_POINTERS 68 //#define PREFER_POINTERS
69 69
70 #ifdef _WIN32_WCE 70 #if defined(_WIN32_WCE) || defined(__arm__)
71 #define FIXED_POINT 71 #define FIXED_POINT
72 #endif 72 #endif
73 73
74 74
75 #define ERROR_RESILIENCE 75 #define ERROR_RESILIENCE