prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16231 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-08-16 15:29:24 +00:00
parent 3905c8c64f
commit 1b92bb8b91
1 changed files with 1 additions and 1 deletions

View File

@ -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