Commit 4d3d3625 authored by Michael Niedermayer's avatar Michael Niedermayer

dirac/x86: fix compile without inline asm

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3c3d68a9
......@@ -1634,8 +1634,10 @@ void ff_ ## OPNAME2 ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[
}\
}
#if HAVE_MMX_INLINE
DIRAC_PIXOP(put, put, mmx)
DIRAC_PIXOP(avg, avg, mmx)
#endif
DIRAC_PIXOP(avg, ff_avg, mmxext)
#if HAVE_YASM
......
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