[MPlayer-cvslog] r23813 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jul 18 11:15:34 CEST 2007
Author: diego
Date: Wed Jul 18 11:15:34 2007
New Revision: 23813
Log:
Restore vo_mga check, it is Linux-only.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jul 18 11:15:34 2007
@@ -568,7 +568,7 @@ _xanim=auto
_real=auto
_live=auto
_xinerama=auto
-_mga=yes
+_mga=auto
_xmga=auto
_vm=auto
_xf86keysym=auto
@@ -4119,6 +4119,10 @@ fi
echocheck "/dev/mga_vid"
+if test "$_mga" = auto ; then
+ _mga=no
+ linux && _mga=yes
+fi
if test "$_mga" = yes ; then
_def_mga='#define HAVE_MGA 1'
_vosrc="$_vosrc vo_mga.c"
More information about the MPlayer-cvslog
mailing list