[MPlayer-dev-eng] [PATCH] disable filters that depend on dsputil.h

Nico Sabbi nsabbi at email.it
Tue Mar 14 11:18:19 CET 2006


Nico Sabbi wrote:
> Hi,
> last months we added dsputil.h to the install target of libavcodec;
> it was a mistake because that file is not supposed to be used outside 
> of libavcodec.
>
> This patch disables the inclusion of filters that depend on that 
> header when libavcodec
> is not imported in main/; if applied I'll post a patch to ffmpeg-devel 
> to restore the previous
> behaviour (not install dsputil.h).
>
> Please, review.
>
>    Nico
> -#ifdef HAVE_ZR
> +#if defined(HAVE_ZR) && defined(USE_LIBAVCODEC) && ! defined(USE_LIBAVCODEC_SO)
>      &vf_info_zrmjpeg,
>  #endif
>      &vf_info_dvbscale,
>   

maybe  the above is not necessary


 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Telefona con Email.it Phone Card, tanti minuti di conversazione con il massimo del risparmio, clicca qui
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2687&d=14-3




More information about the MPlayer-dev-eng mailing list