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:
parent
d5802a59f7
commit
001d9d5e93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user