mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-01 00:25:54 +00: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…
x
Reference in New Issue
Block a user