dirac/x86: fix compile without yasm
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4d3d362549
commit
71f8d70456
@ -1638,9 +1638,10 @@ void ff_ ## OPNAME2 ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[
|
||||
DIRAC_PIXOP(put, put, mmx)
|
||||
DIRAC_PIXOP(avg, avg, mmx)
|
||||
#endif
|
||||
DIRAC_PIXOP(avg, ff_avg, mmxext)
|
||||
|
||||
#if HAVE_YASM
|
||||
DIRAC_PIXOP(avg, ff_avg, mmxext)
|
||||
|
||||
void ff_put_dirac_pixels16_sse2(uint8_t *dst, const uint8_t *src[5], int stride, int h)
|
||||
{
|
||||
if (h&3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user