/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:
David Conrad 2010-01-12 19:03:09 +00:00
parent 9c09546352
commit 28b2866f45
1 changed files with 1 additions and 1 deletions

View File

@ -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 \