Commit e3c3f277 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c2c5be57'

* commit 'c2c5be57':
  x86: h264_qpel: Simplify an #if conditional
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents ebb21887 c2c5be57
...@@ -497,7 +497,7 @@ QPEL16_OP(mc31, MMX)\ ...@@ -497,7 +497,7 @@ QPEL16_OP(mc31, MMX)\
QPEL16_OP(mc32, MMX)\ QPEL16_OP(mc32, MMX)\
QPEL16_OP(mc33, MMX) QPEL16_OP(mc33, MMX)
#if ARCH_X86_32 && HAVE_YASM && CONFIG_H264QPEL // ARCH_X86_64 implies SSE2+ #if ARCH_X86_32 // ARCH_X86_64 implies SSE2+
QPEL16(mmxext) QPEL16(mmxext)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment