From 28b2866f45649be313eac4efc4005e9a82aec2c3 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Tue, 12 Jan 2010 19:03:09 +0000 Subject: /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 --- libswscale/x86/yuv2rgb_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/x86/yuv2rgb_template.c') diff --git a/libswscale/x86/yuv2rgb_template.c b/libswscale/x86/yuv2rgb_template.c index c8d7ca5677..bdc347e799 100644 --- a/libswscale/x86/yuv2rgb_template.c +++ b/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 \ -- cgit v1.2.3