Commit a6dccb19 authored by arpi's avatar arpi

use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7422 b3059339-0415-0410-9bf9-f77b7e298cf2
parent ad33d55f
...@@ -12,7 +12,8 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment