mirror of https://git.ffmpeg.org/ffmpeg.git
/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:
parent
9c09546352
commit
28b2866f45
|
@ -42,7 +42,7 @@
|
|||
#define SFENCE "sfence"
|
||||
#else
|
||||
#define MOVNTQ "movq"
|
||||
#define SFENCE "/nop"
|
||||
#define SFENCE " # nop"
|
||||
#endif
|
||||
|
||||
#define YUV2RGB \
|
||||
|
|
Loading…
Reference in New Issue