[Mplayer-cvslog] CVS: main configure,1.740,1.741
Richard Felker CVS
rfelker at mplayerhq.hu
Mon Aug 4 03:30:27 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29682
Modified Files:
configure
Log Message:
warning for users who insist on trying to enable dvdnav
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.740
retrieving revision 1.741
diff -u -r1.740 -r1.741
--- configure 27 Jul 2003 22:54:57 -0000 1.740
+++ configure 4 Aug 2003 01:29:58 -0000 1.741
@@ -158,7 +158,7 @@
--enable-winsock2 enable winsock2 usage [autodetect]
--enable-smb enable Samba (SMB) input support [autodetect]
--enable-live enable LIVE.COM Streaming Media support [disable]
- --enable-dvdnav enable dvdnav support [disable]
+ --enable-dvdnav enable dvdnav support (DOES NOT WORK!!!) [disable]
--disable-dvdread Disable libdvdread support [autodetect]
--disable-mpdvdkit Disable mpdvdkit/mpdvdkit2 support [autodetect]
--disable-css Disable old-style libcss DVD support [autodetect]
@@ -3923,6 +3923,14 @@
cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
fi
if test "$_dvdnav" = yes ; then
+ cat <<EOF
+
+!!! WARNING: DVDNAV DOES NOT WORK!
+!!! Do not send bugreports regarding dvdnav support!
+!!! If you want dvdnav, wait for MPlayer G2, send a PATCH,
+!!! or use a different movie player for DVDs.
+
+EOF
_largefiles=yes
_def_dvdnav='#define USE_DVDNAV 1'
if test -n "$_legal_dvdnavdir" ; then
More information about the MPlayer-cvslog
mailing list