mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
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:
parent
ee6efd29d9
commit
3b22c881a8
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user