dirac/x86: fix compile without inline asm

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/9/head
Michael Niedermayer 12 years ago
parent 3c3d68a976
commit 4d3d362549
  1. 2
      libavcodec/x86/dsputil_mmx.c

@ -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

Loading…
Cancel
Save