[MPlayer-cvslog] r19464 - trunk/configure
nicodvb
subversion at mplayerhq.hu
Sun Aug 20 13:03:19 CEST 2006
Author: nicodvb
Date: Sun Aug 20 13:03:19 2006
New Revision: 19464
Modified:
trunk/configure
Log:
disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Aug 20 13:03:19 2006
@@ -5163,6 +5163,9 @@
echocheck "DVD support (libdvdnav)"
if test "$_dvdnav" = auto ; then
+ $_dvdnavconfig --version >> $TMPLOG 2>&1 || _dvdnav=no
+fi
+if test "$_dvdnav" = auto ; then
cat > $TMPC <<EOF
#include <dvdnav.h>
int main(void) { dvdnav_t *dvd=0; return 0; }
More information about the MPlayer-cvslog
mailing list