[Mplayer-cvslog] CVS: main configure,1.640,1.641

Richard Felker CVS rfelker at mplayerhq.hu
Wed Jan 22 07:22:06 CET 2003


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

Modified Files:
	configure 
Log Message:
until configure can distinguish between supported and unsupported
dvdnav versions, it should be disabled by default! besides, the code
is incomplete and broken. if you want it enabled commit a real fix.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.640
retrieving revision 1.641
diff -u -r1.640 -r1.641
--- configure	20 Jan 2003 22:56:00 -0000	1.640
+++ configure	22 Jan 2003 06:21:50 -0000	1.641
@@ -155,7 +155,7 @@
   --disable-streaming    disable network streaming support
                          (support for: http/mms/rtp) [enable]
   --enable-live          enable LIVE.COM Streaming Media support [disable]
-  --disable-dvdnav       Disable dvdnav support [autodetect]
+  --enable-dvdnav        Disable dvdnav support [disable]
   --disable-dvdread      Disable libdvdread support [autodetect]
   --disable-mpdvdkit     Disable mpdvdkit/mpdvdkit2 support [autodetect]
   --disable-css          Disable old-style libcss DVD support [autodetect]
@@ -998,7 +998,7 @@
 _faad=auto
 _xmms=no
 _css=auto
-_dvdnav=yes
+_dvdnav=no
 _dvdread=auto
 _dvdkit=auto
 _xanim=auto



More information about the MPlayer-cvslog mailing list