Commit 145293b3 authored by Michael Niedermayer's avatar Michael Niedermayer

h264_qpel_mmx: add another forgotten have_yasm

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 88963996
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment