summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 09:11:33 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-15 09:11:33 +0000
commit3b22c881a8cf2ff1682e6b67271210248a71903d (patch)
tree48f8f197f147bacac04a4d027488b1f3b43e9835 /configure
parentee6efd29d9d85f49ea0c376446711fffc1b1736d (diff)
downloadmpv-3b22c881a8cf2ff1682e6b67271210248a71903d.tar.bz2
mpv-3b22c881a8cf2ff1682e6b67271210248a71903d.tar.xz
Enable RealPlayer DLLs on cygwin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index 6e0d873ac9..b3726df894 100755
--- a/configure
+++ b/configure
@@ -3316,14 +3316,10 @@ echocheck "RealPlayer DLL"
if test "$_real" = auto ; then
_real=no
if test "$_dl" = yes ; then
- if linux ; then
- _real=yes
- elif freebsd ; then
- _real=yes
- elif netbsd ; then
+ if linux || freebsd || netbsd || cygwin ; then
_real=yes
else
- echores "no (tested only on Linux/FreeBSD/NetBSD)"
+ echores "no (tested only on Linux/FreeBSD/NetBSD/CygWin)"
fi
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then