mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-27 09:14:17 +08:00
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
but not here since it was unused before now. Originally committed as revision 30289 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@ -42,7 +42,7 @@
|
|||||||
#define SFENCE "sfence"
|
#define SFENCE "sfence"
|
||||||
#else
|
#else
|
||||||
#define MOVNTQ "movq"
|
#define MOVNTQ "movq"
|
||||||
#define SFENCE "/nop"
|
#define SFENCE " # nop"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define YUV2RGB \
|
#define YUV2RGB \
|
||||||
|
Reference in New Issue
Block a user