[FFmpeg-cvslog] Fix compilation with --disable-everything.
Carl Eugen Hoyos
git at videolan.org
Thu May 24 08:19:38 CEST 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu May 24 08:08:31 2012 +0200| [001d9d5e9320d95e967c8bebea6cc88acf7f6526] | committer: Carl Eugen Hoyos
Fix compilation with --disable-everything.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=001d9d5e9320d95e967c8bebea6cc88acf7f6526
---
libavcodec/x86/h264_qpel_mmx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/h264_qpel_mmx.c b/libavcodec/x86/h264_qpel_mmx.c
index 6cc3ac8..53c840e 100644
--- a/libavcodec/x86/h264_qpel_mmx.c
+++ b/libavcodec/x86/h264_qpel_mmx.c
@@ -1284,6 +1284,6 @@ QPEL16_OP(mc31, MMX)\
QPEL16_OP(mc32, MMX)\
QPEL16_OP(mc33, MMX)
-#if ARCH_X86_32 && HAVE_YASM // ARCH_X86_64 implies sse2+
+#if CONFIG_H264QPEL && ARCH_X86_32 && HAVE_YASM // ARCH_X86_64 implies sse2+
QPEL16(mmxext)
#endif
More information about the ffmpeg-cvslog
mailing list