[Mplayer-cvslog] CVS: main configure,1.505,1.506

Atmosfear atmos4 at mplayerhq.hu
Fri Jun 14 00:40:02 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv21862

Modified Files:
	configure 
Log Message:
Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey at yunamusic.com>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -r1.505 -r1.506
--- configure	13 Jun 2002 11:53:22 -0000	1.505
+++ configure	13 Jun 2002 22:39:59 -0000	1.506
@@ -2909,13 +2909,12 @@
 echocheck "DVD support (libmpdvdkit)"
 if test "$_dvdkit" = auto ; then
  _dvdkit=no
- if linux || freebsd || netbsd ; then
+ if linux || freebsd || netbsd || darwin; then
   test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
  fi
 fi
 if test "$_dvdkit" = yes ; then
-  test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes
-  if test "$_dvdkit" = yes ; then
+  if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes ; then
     _inputmodules="mpdvdkit $_inputmodules"
     _dvdread=included
   fi




More information about the MPlayer-cvslog mailing list