diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-07-04 03:05:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-07-04 03:05:24 +0200 |
commit | 145293b33566d0029e61281233750ed363cd8cee (patch) | |
tree | 9c52eabffa9cd2cbcc2698cd39af8b120306b508 /libavcodec | |
parent | 889639969bf8106c05e2958370dbe290ef283c42 (diff) | |
download | ffmpeg-145293b33566d0029e61281233750ed363cd8cee.tar.gz |
h264_qpel_mmx: add another forgotten have_yasm
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | 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 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 |