1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Fix compilation with --disable-everything.

This commit is contained in:
Carl Eugen Hoyos 2012-05-24 08:08:31 +02:00
parent d5802a59f7
commit 001d9d5e93

View File

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