[MPlayer-dev-eng] patch to make configure output consistent

Diego Biurrun diego at biurrun.de
Sun Jun 1 05:56:23 CEST 2003


On Thu, May 29, 2003 at 11:00:32PM -0400, Nilmoni Deb wrote:
> --- /home/ndeb/tmp/configure    Thu May 29 22:49:27 2003
> +++ ./configure Thu May 29 22:53:50 2003
> @@ -4275,7 +4275,7 @@
>      echores "no (dynamic loader support needed)"
>    fi
>  else
> -  echores "$_xanim"
> +  echores "$_xanim (using $_xanimlibdir)"
>  fi
>  if test "$_xanim" = yes ; then
>    _def_xanim='#define USE_XANIM 1'
> @@ -4319,7 +4319,7 @@
>      echores "no (dynamic loader support needed)"
>    fi
>  else
> -  echores "$_real"
> +  echores "$_real (using $_reallibdir)"
>  fi
>  if test "$_real" = yes ; then
>    _def_real='#define USE_REALCODECS 1'

This would indeed add some consistency.  Furthermore it looks trivial
and correct.  I'm going to apply it to main and 0_90 a few days later
if nobody objects.

> The same is true for these imcomplete info entries:
> 
> Checking for gtk version ... 1.2.8 (using gtk-config)
> Checking for glib version ... 1.2.8 (using glib-config)

Well, send another patch :-)

Diego



More information about the MPlayer-dev-eng mailing list