[FFmpeg-devel] [PATCH] fix compiling VIS assembly on SPARC

Balatoni Denes dbalatoni
Sun Sep 23 23:58:11 CEST 2007


Hi!

Sunday 23 September 2007 23:07-kor Diego Biurrun ezt ?rta:
> > Unfortunatelly simple_idct_vis is compiled conditionally for ARCH_SPARC,
> > and it doesn't depend on HAVE_VIS (however swscale/yuv2rgb_vis depends on
> > HAVE_VIS), so without VIS it won't work (it won't even compile).
>
> The patch in question changes this.  All issues should have been
> addressed by subsequent patches.  Reports about success or failure very
> much welcome as I cannot test this code.

Yes, sorry I only looked at Jan's patch now. It won't work because
libavcodec/dsputil.c calls dsputil_init_vis if (ENABLED_SPARC) - this should 
check for HAVE_VIS I guess. Otherwise - although I can not check right now - 
it should work IMO.

Thanks for fixing this btw !

> Diego

bye
Denes




More information about the ffmpeg-devel mailing list