[MPlayer-cvslog] CVS: main configure,1.1161,1.1162

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Apr 18 20:18:41 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv18476

Modified Files:
	configure 
Log Message:
Remove some libmpdvdkit vs libmpdvdkit2 cruft.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1161
retrieving revision 1.1162
diff -u -r1.1161 -r1.1162
--- configure	16 Apr 2006 08:37:49 -0000	1.1161
+++ configure	18 Apr 2006 18:18:38 -0000	1.1162
@@ -4962,7 +4962,7 @@
   echores "not supported on this OS"
 fi
 
-echocheck "DVD support (libmpdvdkit)"
+echocheck "DVD support (libmpdvdkit2)"
 if test "$_dvdkit" = auto ; then
  _dvdkit=no
  if linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux; then
@@ -4973,8 +4973,6 @@
   if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || test "$_hpux_scsi_h" = yes || darwin || win32 ; then
     _inputmodules="mpdvdkit2 $_inputmodules"
     _dvdread=libmpdvdkit2
-    _dvdkit2=yes
-    _dvdkit=no
   else
     _noinputmodules="mpdvdkit2 $_noinputmodules"
   fi
@@ -4999,9 +4997,6 @@
 else
   _noinputmodules="mpdvdkit2 $_noinputmodules"
 fi
-if test "$_dvdkit2" = yes; then
-  _have_dvd=yes
-fi  
 echores "$_dvdkit"
 
 echocheck "DVD support (libdvdread)"
@@ -5069,7 +5064,7 @@
 #   fi
 #   test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
 #   _used_css=
-#   test "$_dvdkit" = no && test "$_dvdkit2" = no && _used_css=$_ld_css
+#   test "$_dvdkit" = no && _used_css=$_ld_css
 #   cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
 # fi
 # if test "$_dvdnav" = yes ; then
@@ -5326,6 +5321,7 @@
 
 
 echocheck "RTC"
+ppc && _rtc=no
 if test "$_rtc" = auto ; then
   cat > $TMPC << EOF
 #include <sys/ioctl.h>
@@ -7300,7 +7296,7 @@
 HAVE_DVD = $_have_dvd
 DVDREAD = $_dvdread
 DVDREAD_LIB = $_ld_dvdread
-DVDKIT2 = $_dvdkit2
+DVDKIT2 = $_dvdkit
 SDL_INC = $_inc_sdl
 W32_DEP = $_dep_win32
 W32_LIB = $_ld_win32




More information about the MPlayer-cvslog mailing list