summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-07-04 03:05:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-07-04 03:05:24 +0200
commit145293b33566d0029e61281233750ed363cd8cee (patch)
tree9c52eabffa9cd2cbcc2698cd39af8b120306b508
parent889639969bf8106c05e2958370dbe290ef283c42 (diff)
h264_qpel_mmx: add another forgotten have_yasm
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/x86/h264_qpel_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_qpel_mmx.c b/libavcodec/x86/h264_qpel_mmx.c
index 4dac05cfa3..66dee45134 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