[MPlayer-dev-eng] [PATCH] disable filters that depend on dsputil.h
Ivan Kalvachev
ikalvachev at gmail.com
Wed Mar 15 08:56:18 CET 2006
2006/3/15, Nico Sabbi <nicola_sabbi at fastwebnet.it>:
> Ivan Kalvachev wrote:
[...]
> >However I am not against conditional compilation of these filters.
> >This includes ./configure detection of dsputil.h presence and check
> >for called functions availability.
> >
> static libavcodec involves the presence of dsputil.h
So both solutions are equal?
Let's say it otherwise. Use:
#ifdef HAVE_LAVC_DSP
instead of these messy long
#if defined(USE_LIBAVCODEC) && ! defined(USE_LIBAVCODEC_SO)
fair enough?
More information about the MPlayer-dev-eng
mailing list