[MPlayer-cygwin] [PATCH] enable libcdio for cd playback

Diego Biurrun diego at biurrun.de
Mon Nov 7 11:26:03 CET 2005


On Sun, Nov 06, 2005 at 07:08:16PM -0500, Erik Lunchpail wrote:
> 
> I did notice a few /oops's on my part, attached is a
> simple patch to configure that should fix them.
> 
> -  --disable-libcio)	_libcdio=no	;;
> +  --disable-libcdio)	_libcdio=no	;;

Fixed.

> @@ -5075,7 +5075,6 @@
>      openbsd && _ld_cdparanoia="$_ld_cdparanoia -lutil"
>  else
>      _def_cdparanoia='#undef HAVE_CDDA'
> -    _noinputmodules="cdda $_noinputmodules"
>  fi
>  echores "$_cdparanoia"
>  
> @@ -5116,6 +5115,7 @@
>         _libcdio="no (using cdparanoia)"
>      else
>         _libcdio=no
> +       _noinputmodules="cdda $_noinputmodules"
>      fi
>      _def_libcdio='#undef HAVE_LIBCDIO'
>      _def_havelibcdio='no'

This is wrong and was correct before.  If the cdparanoia test fails,
it should add cdda to $_noinputmodules.

Diego




More information about the MPlayer-cygwin mailing list