[FFmpeg-cvslog] r23816 - trunk/libavcodec/x86/vp8dsp-init.c

Måns Rullgård mans
Sun Jun 27 04:57:15 CEST 2010


conrad <subversion at mplayerhq.hu> writes:

> @@ -131,21 +133,25 @@ static void ff_put_vp8_epel ## SIZE ## _
>  HVTAP(mmxext, 8, x, y,  4,  8) \
>  HVTAP(mmxext, 8, x, y,  8, 16)
>
> +#if HAVE_YASM
>  HVTAPMMX(4, 4)
>  HVTAPMMX(4, 6)
>  HVTAPMMX(6, 4)
>  HVTAPMMX(6, 6)
>  HVTAP(mmxext, 8, 6, 6, 16, 16)
> +#endif
>
>  #define HVTAPSSE2(x, y, w) \
>  HVTAP(sse2,  16, x, y, w, 16) \
>  HVTAP(ssse3, 16, x, y, w, 16)
>
> +#if HAVE_YASM
>  HVTAPSSE2(4, 4, 8)
>  HVTAPSSE2(4, 6, 8)
>  HVTAPSSE2(6, 4, 8)
>  HVTAPSSE2(6, 6, 8)
>  HVTAPSSE2(6, 6, 16)
> +#endif

You could just cover all of that with the #if...


-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list