[FFmpeg-cvslog] x86_32: Fix build on x86_32 with --disable-yasm.
Daniel Kang
git at videolan.org
Tue Jul 5 02:52:28 CEST 2011
ffmpeg | branch: master | Daniel Kang <daniel.d.kang at gmail.com> | Mon Jul 4 11:44:59 2011 -0400| [567a32b5b26dcc9c27e2c5ecb9c6c60d65b0e78d] | committer: Ronald S. Bultje
x86_32: Fix build on x86_32 with --disable-yasm.
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=567a32b5b26dcc9c27e2c5ecb9c6c60d65b0e78d
---
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 c313c0e..91ba39f 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 ARCH_X86_32 && HAVE_YASM // ARCH_X86_64 implies sse2+
QPEL16(mmxext)
#endif
More information about the ffmpeg-cvslog
mailing list