git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c09546
)
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
author
David Conrad
<lessen42@gmail.com>
Tue, 12 Jan 2010 19:03:09 +0000
(19:03 +0000)
committer
David Conrad
<lessen42@gmail.com>
Tue, 12 Jan 2010 19:03:09 +0000
(19:03 +0000)
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
patch
|
blob
|
history
diff --git
a/libswscale/x86/yuv2rgb_template.c
b/libswscale/x86/yuv2rgb_template.c
index
c8d7ca5
..
bdc347e
100644
(file)
--- 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 \