comparison configure @ 6011:5f020e2dc745

patchs for NetBSD by Bernd Ernesti <mplayer@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.
author pl
date Tue, 07 May 2002 21:51:47 +0000
parents 0121a13ac60c
children 7f6e02a16ac4
comparison
equal deleted inserted replaced
6010:3b9e278d23d2 6011:5f020e2dc745
2640 fi 2640 fi
2641 2641
2642 echocheck "DVD support (libmpdvdkit)" 2642 echocheck "DVD support (libmpdvdkit)"
2643 if test "$_dvdkit" = auto ; then 2643 if test "$_dvdkit" = auto ; then
2644 _dvdkit=no 2644 _dvdkit=no
2645 if linux || freebsd ; then 2645 if linux || freebsd || netbsd ; then
2646 test -f "./libmpdvdkit/Makefile" && _dvdkit=yes 2646 test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
2647 fi 2647 fi
2648 fi 2648 fi
2649 if test "$_dvdkit" = yes ; then 2649 if test "$_dvdkit" = yes ; then
2650 test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes 2650 test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes