summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-24 19:37:10 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-24 19:37:10 +0000
commit6d83d1d10919c4fbf8a35cd55c45780b641b7f78 (patch)
tree3c4f719f9f54e091adbcf73040a9af14d25b6304 /configure
parent8e562a37da72f38d99d7146010601f6c1414bffd (diff)
downloadmpv-6d83d1d10919c4fbf8a35cd55c45780b641b7f78.tar.bz2
mpv-6d83d1d10919c4fbf8a35cd55c45780b641b7f78.tar.xz
enable dvdkit only for linux, bsd* and solaris
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5814 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index c85290ba96..e2da4a6547 100755
--- a/configure
+++ b/configure
@@ -2574,7 +2574,9 @@ fi
echocheck "DVD support (libmpdvdkit)"
if test "$_dvdkit" = auto ; then
_dvdkit=no
- test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
+ if linux || bsd || sunos ; then
+ test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
+ fi
fi
if test "$_dvdkit" = yes ; then
test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes