[FFmpeg-cvslog] h264_qpel_mmx: add another forgotten have_yasm

Michael Niedermayer git at videolan.org
Mon Jul 4 03:09:52 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jul  4 03:05:24 2011 +0200| [145293b33566d0029e61281233750ed363cd8cee] | committer: Michael Niedermayer

h264_qpel_mmx: add another forgotten have_yasm

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=145293b33566d0029e61281233750ed363cd8cee
---

 libavcodec/x86/h264_qpel_mmx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/h264_qpel_mmx.c b/libavcodec/x86/h264_qpel_mmx.c
index 4dac05c..66dee45 100644
--- 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 HAVE_YASM && ARCH_X86_32 // ARCH_X86_64 implies sse2+
 QPEL16(mmxext)
 #endif



More information about the ffmpeg-cvslog mailing list