mirror of
https://github.com/mpv-player/mpv
synced 2025-04-07 10:02:50 +00:00
use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c9ffe1f356
commit
d1b505683a
@ -12,7 +12,8 @@
|
|||||||
#include <inttypes.h> /* for __WORDSIZE */
|
#include <inttypes.h> /* for __WORDSIZE */
|
||||||
|
|
||||||
#ifndef __WORDSIZE
|
#ifndef __WORDSIZE
|
||||||
#warning You have misconfigured system and probably will lose performance!
|
// #warning You have misconfigured system and probably will lose performance!
|
||||||
|
#define __WORDSIZE MP_WORDSIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef PREFETCH
|
#undef PREFETCH
|
||||||
|
Loading…
Reference in New Issue
Block a user