Mercurial > mplayer.hg
diff configure @ 23793:b0a7e53e8487
Restore vo_mga check, it is Linux-only.
author | diego |
---|---|
date | Wed, 18 Jul 2007 09:15:34 +0000 |
parents | 66eb20267b81 |
children | 5f4d0acb4a55 |
line wrap: on
line diff
--- a/configure Wed Jul 18 08:48:54 2007 +0000 +++ b/configure Wed Jul 18 09:15:34 2007 +0000 @@ -568,7 +568,7 @@ _real=auto _live=auto _xinerama=auto -_mga=yes +_mga=auto _xmga=auto _vm=auto _xf86keysym=auto @@ -4119,6 +4119,10 @@ 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"