summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorconrad <conrad@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-12 19:03:09 +0000
committerconrad <conrad@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-12 19:03:09 +0000
commitf3f11efc7a42a9c9d284118eb8777e0aa677d25b (patch)
tree8a9bd9f9f01a4695df44ebd84a24b1abaff0e373
parent071490a7a50afa319e6bc518018285c5177ce197 (diff)
downloadmpv-f3f11efc7a42a9c9d284118eb8777e0aa677d25b.tar.bz2
mpv-f3f11efc7a42a9c9d284118eb8777e0aa677d25b.tar.xz
/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
-rw-r--r--libswscale/x86/yuv2rgb_template.c2
1 files changed, 1 insertions, 1 deletions
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 \