From f84580f0f37ed3f55fdd228dad2d621c9a8e2b87 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 18 Jul 2007 09:15:34 +0000 Subject: [PATCH] Restore vo_mga check, it is Linux-only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23813 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index b6756f71f4..7e4168f460 100755 --- a/configure +++ b/configure @@ -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"