mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 19:39:00 +00:00
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…
x
Reference in New Issue
Block a user