[Mplayer-cvslog] CVS: main configure,1.508,1.509

Atmosfear atmos4 at mplayerhq.hu
Sat Jun 15 11:11:43 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24796

Modified Files:
	configure 
Log Message:
Enable RealPlayer DLLs on cygwin.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.508
retrieving revision 1.509
diff -u -r1.508 -r1.509
--- configure	14 Jun 2002 00:35:06 -0000	1.508
+++ configure	15 Jun 2002 09:11:33 -0000	1.509
@@ -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




More information about the MPlayer-cvslog mailing list