/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
release/0.6
David Conrad 15 years ago
parent 9c09546352
commit 28b2866f45
  1. 2
      libswscale/x86/yuv2rgb_template.c

@ -42,7 +42,7 @@
#define SFENCE "sfence"
#else
#define MOVNTQ "movq"
#define SFENCE "/nop"
#define SFENCE " # nop"
#endif
#define YUV2RGB \

Loading…
Cancel
Save