Mercurial > mplayer.hg
changeset 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 | 45b339e1b93b |
children | 79523a781f1e |
files | libfaad2/common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libfaad2/common.h Mon Aug 15 22:46:27 2005 +0000 +++ b/libfaad2/common.h Tue Aug 16 15:29:24 2005 +0000 @@ -67,7 +67,7 @@ /* 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