0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

enable dvdkit only for linux, bsd* and solaris

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5814 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-24 19:37:10 +00:00
parent 8e562a37da
commit 6d83d1d109

4
configure vendored
View File

@ -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