1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

Restore vo_mga check, it is Linux-only.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23813 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-18 09:15:34 +00:00
parent 5e9b83e130
commit f84580f0f3

6
configure vendored
View File

@ -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"