summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-30 12:07:00 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-30 12:07:00 +0000
commitc961e279a0081c9b2affa2e0c89bdaac40192d92 (patch)
treefd306b8eb28a6ba55adbe32e3b9ef0d6b0ceec1c /configure
parentec89943846bb9e08e6e50d48e52bf40247cc5152 (diff)
downloadmpv-c961e279a0081c9b2affa2e0c89bdaac40192d92.tar.bz2
mpv-c961e279a0081c9b2affa2e0c89bdaac40192d92.tar.xz
revert changes r23805, r23819 and r23866 to restore the mga_vid check
to the "autodetection" from r2944 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24675 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 5b97ebaf3b..d17b7187fb 100755
--- a/configure
+++ b/configure
@@ -364,7 +364,7 @@ Video output:
--enable-v4l2 enable V4L2 Decoder audio/video output [autodetect]
--enable-dvb enable DVB video output [autodetect]
--enable-dvbhead enable DVB video output (HEAD version) [autodetect]
- --enable-mga enable mga_vid video output [disable]
+ --enable-mga enable mga_vid video output [autodetect]
--enable-xmga enable mga_vid X11 video output [autodetect]
--enable-xv enable Xv video output [autodetect]
--enable-xvmc enable XvMC acceleration [disable]
@@ -591,7 +591,7 @@ _live=auto
_nemesi=auto
_native_rtsp=yes
_xinerama=auto
-_mga=no
+_mga=auto
_xmga=auto
_vm=auto
_xf86keysym=auto
@@ -4252,10 +4252,10 @@ else
fi
-echocheck "mga_vid"
+echocheck "/dev/mga_vid"
if test "$_mga" = auto ; then
_mga=no
- linux && _mga=yes
+ test -c /dev/mga_vid && _mga=yes
fi
if test "$_mga" = yes ; then
_def_mga='#define HAVE_MGA 1'