# HG changeset patch # User iive # Date 1185443697 0 # Node ID 21aab907150e1a27ba62c1980af5640496853847 # Parent 81119ed64df7e4ba24125202f7a99771320fb107 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. diff -r 81119ed64df7 -r 21aab907150e configure --- a/configure Thu Jul 26 08:43:33 2007 +0000 +++ b/configure Thu Jul 26 09:54:57 2007 +0000 @@ -359,7 +359,7 @@ --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 @@ _real=auto _live=auto _xinerama=auto -_mga=auto +_mga=no _xmga=auto _vm=auto _xf86keysym=auto