Enable RealPlayer DLLs on cygwin.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-15 09:11:33 +00:00
parent ee6efd29d9
commit 3b22c881a8
1 changed files with 2 additions and 6 deletions

8
configure vendored
View File

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