h264_qpel_mmx: add another forgotten have_yasm

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-07-04 03:05:24 +02:00
parent 889639969b
commit 145293b335
1 changed files with 1 additions and 1 deletions

View File

@ -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