Commit cbc1798d authored by diego's avatar diego

Remove MPlayer-specific MP_WORDSIZE hack.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27698 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 3a2c1b22
......@@ -30,11 +30,6 @@
#include <stddef.h>
#include <inttypes.h> /* for __WORDSIZE */
#ifndef __WORDSIZE
// #warning You have a misconfigured system and will probably lose performance!
#define __WORDSIZE MP_WORDSIZE
#endif
#undef PREFETCH
#undef MOVNTQ
#undef EMMS
......
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