[MPlayer-cvslog] r23866 - trunk/configure

iive subversion at mplayerhq.hu
Thu Jul 26 11:54:57 CEST 2007


Author: iive
Date: Thu Jul 26 11:54:57 2007
New Revision: 23866

Log:
Disable building of vo_mga on all linux platforms despite not having Matrox card.
This could be reverted when there is proper check for Matrox card and mga_vid module presence.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jul 26 11:54:57 2007
@@ -359,7 +359,7 @@ Video output:
   --enable-ivtv            enable IVTV TV-Out 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 [autodetect]
+  --enable-mga             enable mga_vid video output [disable]
   --enable-xmga            enable mga_vid X11 video output [autodetect]
   --enable-xv              enable Xv video output [autodetect]
   --enable-xvmc            enable XvMC acceleration [disable]
@@ -577,7 +577,7 @@ _xanim=auto
 _real=auto
 _live=auto
 _xinerama=auto
-_mga=auto
+_mga=no
 _xmga=auto
 _vm=auto
 _xf86keysym=auto



More information about the MPlayer-cvslog mailing list