[MPlayer-cvslog] r31370 - trunk/configure

Diego Biurrun diego at biurrun.de
Sat Jun 12 10:54:06 CEST 2010


On Sat, Jun 12, 2010 at 10:36:53AM +0200, Reinhard Tartler wrote:
> On Fri, Jun 11, 2010 at 17:19:42 (CEST), diego wrote:
> >
> > Log:
> > mga_vid depends on static libswscale.
> > based on a patch by Reinhard Tartler
> >
> > --- trunk/configure	Fri Jun 11 15:01:03 2010	(r31369)
> > +++ trunk/configure	Fri Jun 11 17:19:42 2010	(r31370)
> > @@ -7434,6 +7434,8 @@ echocheck "/dev/mga_vid"
> >  if test "$_mga" = auto ; then
> >    _mga=no
> >    test -c /dev/mga_vid && _mga=yes
> > +  test "$_libswscale_a" = no && _mga=no &&
> > +    res_comment="mga requires libswscale.a"
> >  fi
> >  if test "$_mga" = yes ; then
> >    def_mga='#define CONFIG_MGA 1'
> 
> this version will not work if the user focefully enables mga and
> disables a static libswscale.
> 
> I think this is undesireable, but at least we can argue that this is not
> a supported configuration.

You can argue that this is not a good default, but this kind of behavior
is the default semantics in configure.

Diego


More information about the MPlayer-cvslog mailing list