summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-19 21:41:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-19 21:41:53 +0000
commitbc7792fd7c6ef45c3ede3f31a594e09c6b70a2a1 (patch)
tree44c1cb895c3da9c857499d9e3476a46a9d90a16d /configure
parent150b1bc680ec2430baec1e57e7b41b6eeaa05994 (diff)
downloadmpv-bc7792fd7c6ef45c3ede3f31a594e09c6b70a2a1.tar.bz2
mpv-bc7792fd7c6ef45c3ede3f31a594e09c6b70a2a1.tar.xz
MinGW support in mpdvdkit
patch by Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10444 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6dcbe9bb37..d5be253ef4 100755
--- a/configure
+++ b/configure
@@ -3779,13 +3779,13 @@ fi
echocheck "DVD support (libmpdvdkit)"
if test "$_dvdkit" = auto ; then
_dvdkit=no
- if linux || freebsd || netbsd || darwin || cygwin || openbsd || sunos || hpux; then
+ if linux || freebsd || netbsd || darwin || cygwin || mingw32 || openbsd || sunos || hpux; then
test -f "./libmpdvdkit2/Makefile" && _dvdkit=yes
test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
fi
fi
if test "$_dvdkit" = yes ; then
- if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || test "$_hpux_scsi_h" = yes || darwin || cygwin ; then
+ if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || test "$_hpux_scsi_h" = yes || darwin || cygwin || mingw32 ; then
if test -f "./libmpdvdkit2/Makefile" ; then
_inputmodules="mpdvdkit2 $_inputmodules"
_dvdread=libmpdvdkit2