disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19464 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2006-08-20 11:03:19 +00:00
parent 9b9c2b395c
commit d9961ce7c5
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -5162,6 +5162,9 @@ else
fi
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>