# HG changeset patch # User nicodvb # Date 1212306276 0 # Node ID 6166ee42b6d489444771ca95b35b46d572c3c047 # Parent 946c9ba2188b8d64eb0ce927763ec34b44669ab4 disable dvdnav when using the internal dvdread diff -r 946c9ba2188b -r 6166ee42b6d4 configure --- a/configure Sun Jun 01 07:32:28 2008 +0000 +++ b/configure Sun Jun 01 07:44:36 2008 +0000 @@ -7544,7 +7544,12 @@ # 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 <