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
(from parent 1:
75a24be
)
x86_32: Fix build on x86_32 with --disable-yasm.
author
Daniel Kang
<daniel.d.kang@gmail.com>
Mon, 4 Jul 2011 15:44:59 +0000
(11:44 -0400)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Mon, 4 Jul 2011 15:47:09 +0000
(08:47 -0700)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/x86/h264_qpel_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/x86/h264_qpel_mmx.c
b/libavcodec/x86/h264_qpel_mmx.c
index
c313c0e
..
91ba39f
100644
(file)
--- a/
libavcodec/x86/h264_qpel_mmx.c
+++ b/
libavcodec/x86/h264_qpel_mmx.c
@@
-1294,6
+1294,6
@@
QPEL16_OP(mc31, MMX)\
QPEL16_OP(mc32, MMX)\
QPEL16_OP(mc33, MMX)
-#if ARCH_X86_32 // ARCH_X86_64 implies sse2+
+#if ARCH_X86_32
&& HAVE_YASM
// ARCH_X86_64 implies sse2+
QPEL16(mmxext)
#endif