0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

dvdnav wasn't selected for compilation together with mpdvdkit2.

patch by Jonas Jermann <jjermann@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7054 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-21 20:28:24 +00:00
parent 193e974326
commit 5bdd552d67

2
configure vendored
View File

@ -3132,7 +3132,7 @@ EOF
fi
test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
_used_css=
test "$_dvdkit" = no && _used_css=$_ld_css
test "$_dvdkit" = no && test "$_dvdkit2" = no && _used_css=$_ld_css
cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl && _dvdnav=yes
fi
if test "$_dvdnav" = yes ; then