[MPlayer-dev-eng] [PATCH] Properly support cddb disabling

Diego Biurrun diego at biurrun.de
Mon Dec 4 09:45:13 CET 2006


On Sun, Dec 03, 2006 at 10:39:56PM +0100, Reimar Döffinger wrote:
> Hello,
> is attached patch okay?
> 
> --- configure	(revision 21478)
> +++ configure	(working copy)
> @@ -5300,6 +5328,15 @@
>      _noinputmodules="cdda $_noinputmodules"
>  fi
>  
> +if test "$_cddb" = yes ; then
> +    _def_cddb='#define HAVE_CDDB'
> +    _inputmodules="cddb $_inputmodules"
> +else
> +    _cddb=no

This line shouldn't be necessary, _cddb should be 'yes' or 'no' at this
point.

Otherwise looks good, commit.

Diego



More information about the MPlayer-dev-eng mailing list