[Mplayer-cvslog] CVS: main configure,1.459,1.460
pl
pl at mplayerhq.hu
Tue May 7 23:51:49 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv12315
Modified Files:
configure
Log Message:
patchs for NetBSD by Bernd Ernesti <mplayer at lists.veego.de>:
- the libmpdvdkit auto check works fine after adding the netbsd check to the linux
and freebsd one
- NetBSD only support MTRR after 1.5X, so libdha/mtrr.c needs a small patch
to only enable it for versions after 1.5X.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -r1.459 -r1.460
--- configure 3 May 2002 22:13:06 -0000 1.459
+++ configure 7 May 2002 21:51:40 -0000 1.460
@@ -2642,7 +2642,7 @@
echocheck "DVD support (libmpdvdkit)"
if test "$_dvdkit" = auto ; then
_dvdkit=no
- if linux || freebsd ; then
+ if linux || freebsd || netbsd ; then
test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
fi
fi
More information about the MPlayer-cvslog
mailing list