[MPlayer-cvslog] r26953 - trunk/configure

nicodvb subversion at mplayerhq.hu
Sun Jun 1 09:44:36 CEST 2008


Author: nicodvb
Date: Sun Jun  1 09:44:36 2008
New Revision: 26953

Log:
disable dvdnav when using the internal dvdread

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Jun  1 09:44:36 2008
@@ -7544,7 +7544,12 @@ cc_check -mno-omit-leaf-frame-pointer &&
 # to use its own copy of the library)
 echocheck "DVD support (libdvdnav)"
 if test "$_dvdnav" = auto ; then
+  if test "$_dvdread_internal" = yes ; then
+    _dvdnav=no
+    echores "disabled due to the usage of the internal copy of dvdread. Append --disable-dvdread-internal"
+  else
   $_dvdnavconfig --version --minilibs >> $TMPLOG 2>&1 || _dvdnav=no
+  fi
 fi
 if test "$_dvdnav" = auto ; then
   cat > $TMPC <<EOF



More information about the MPlayer-cvslog mailing list