mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
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 */
|
||||
//#define PREFER_POINTERS
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
#if defined(_WIN32_WCE) || defined(__arm__)
|
||||
#define FIXED_POINT
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user