[Mplayer-cvslog] CVS: main configure,1.609,1.610
Bohdan 'Nexus' Horst CVS
nexus at mplayerhq.hu
Fri Nov 22 11:15:03 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv14365
Modified Files:
configure
Log Message:
FreeBSD fix
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -r1.609 -r1.610
--- configure 18 Nov 2002 01:02:27 -0000 1.609
+++ configure 22 Nov 2002 10:14:37 -0000 1.610
@@ -3382,7 +3382,7 @@
test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
_used_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
+ cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
fi
if test "$_dvdnav" = yes ; then
_largefiles=yes
More information about the MPlayer-cvslog
mailing list