[FFmpeg-cvslog] r9307 - in trunk/libavcodec: dsputil.c mpegvideo.c

Jan Knutar jknutar
Thu Jun 14 14:20:24 CEST 2007


On Thursday 14 June 2007 12:06, Reimar Doeffinger wrote:

> > -#ifdef HAVE_MLIB
> > +#elif defined(HAVE_MLIB)
> >      dsputil_init_mlib(c, avctx);
> > -#endif
> > -#ifdef ARCH_SPARC
> > +#elif defined(ARCH_SPARC)
> >     dsputil_init_vis(c,avctx);
> > -#endif
>
> Are you sure about that? I would have thought this was on purpose,
> because it would allow (as a made-up example) to use full
> optimizations if only some dsp functions are optimized via SPARC asm
> and some via MLIB.

Sparc asm should probably be preferred over mlib. iirc delewis said the 
mlib stuff performs quite horribly, if it even worked at all..




More information about the ffmpeg-cvslog mailing list