[Mplayer-cvslog] CVS: main configure,1.541,1.542
Arpi of Ize
arpi at mplayerhq.hu
Wed Aug 21 22:28:37 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv1634
Modified Files:
configure
Log Message:
dvdnav wasn't selected for compilation together with mpdvdkit2.
patch by Jonas Jermann <jjermann at gmx.net>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -r1.541 -r1.542
--- configure 18 Aug 2002 10:24:32 -0000 1.541
+++ configure 21 Aug 2002 20:28:24 -0000 1.542
@@ -3132,7 +3132,7 @@
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
More information about the MPlayer-cvslog
mailing list