Mercurial > mplayer.hg
changeset 6431:bf1fec03a065
Enable RealPlayer DLLs on cygwin.
author | atmos4 |
---|---|
date | Sat, 15 Jun 2002 09:11:33 +0000 |
parents | 97857ca97a8f |
children | 20297bb8aab4 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jun 15 06:15:07 2002 +0000 +++ b/configure Sat Jun 15 09:11:33 2002 +0000 @@ -3316,14 +3316,10 @@ 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