mirror of https://github.com/mpv-player/mpv
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:
parent
3905c8c64f
commit
1b92bb8b91
|
@ -67,7 +67,7 @@ extern "C" {
|
||||||
/* Use if target platform has address generators with autoincrement */
|
/* Use if target platform has address generators with autoincrement */
|
||||||
//#define PREFER_POINTERS
|
//#define PREFER_POINTERS
|
||||||
|
|
||||||
#ifdef _WIN32_WCE
|
#if defined(_WIN32_WCE) || defined(__arm__)
|
||||||
#define FIXED_POINT
|
#define FIXED_POINT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue