[FFmpeg-cvslog] r30289 - trunk/libswscale/x86/yuv2rgb_template.c
conrad
subversion
Tue Jan 12 20:03:09 CET 2010
Author: conrad
Date: Tue Jan 12 20:03:09 2010
New Revision: 30289
Log:
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
but not here since it was unused before now.
Modified:
trunk/libswscale/x86/yuv2rgb_template.c
Modified: trunk/libswscale/x86/yuv2rgb_template.c
==============================================================================
--- trunk/libswscale/x86/yuv2rgb_template.c Tue Jan 12 19:37:23 2010 (r30288)
+++ trunk/libswscale/x86/yuv2rgb_template.c Tue Jan 12 20:03:09 2010 (r30289)
@@ -42,7 +42,7 @@
#define SFENCE "sfence"
#else
#define MOVNTQ "movq"
-#define SFENCE "/nop"
+#define SFENCE " # nop"
#endif
#define YUV2RGB \
More information about the ffmpeg-cvslog
mailing list