mirror of https://git.ffmpeg.org/ffmpeg.git
Remove MPlayer-specific MP_WORDSIZE hack.
Originally committed as revision 27698 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
cb92c528d9
commit
0d696d34ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue