Commit 3cd514cf authored by conrad's avatar conrad

/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: file:///var/local/repositories/mplayer/trunk/libswscale@30289 b3059339-0415-0410-9bf9-f77b7e298cf2
parent ab35fe94
......@@ -42,7 +42,7 @@
#define SFENCE "sfence"
#else
#define MOVNTQ "movq"
#define SFENCE "/nop"
#define SFENCE " # nop"
#endif
#define YUV2RGB \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment