Fix compilation with --disable-everything.

pull/30/merge
Carl Eugen Hoyos 13 years ago
parent d5802a59f7
commit 001d9d5e93
  1. 2
      libavcodec/x86/h264_qpel_mmx.c

@ -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…
Cancel
Save