mirror of https://github.com/mpv-player/mpv
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
but not here since it was unused before now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
071490a7a5
commit
f3f11efc7a
|
@ -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