summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-07 21:51:47 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-07 21:51:47 +0000
commit411bc4af1eecc51158298ce8cde54710f5e302d2 (patch)
tree8390691c69333dcebef84d750eb148b4e5478786 /configure
parent4549fd116410e7cbc0e14120dfee0e4b99a34e66 (diff)
downloadmpv-411bc4af1eecc51158298ce8cde54710f5e302d2.tar.bz2
mpv-411bc4af1eecc51158298ce8cde54710f5e302d2.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6012 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 627b4e9fad..f455d9415c 100755
--- a/configure
+++ b/configure
@@ -2642,7 +2642,7 @@ fi
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