From 1b92bb8b91dda229675b4544ae6c2b179b52033f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 16 Aug 2005 15:29:24 +0000 Subject: [PATCH] prefer FIXED_POINT for ARM - patch by AGAWA Koji git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16231 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfaad2/common.h b/libfaad2/common.h index d378680e6d..859baf2155 100644 --- a/libfaad2/common.h +++ b/libfaad2/common.h @@ -67,7 +67,7 @@ extern "C" { /* Use if target platform has address generators with autoincrement */ //#define PREFER_POINTERS -#ifdef _WIN32_WCE +#if defined(_WIN32_WCE) || defined(__arm__) #define FIXED_POINT #endif