[MPlayer-cvslog] CVS: main configure,1.962,1.963

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Feb 6 21:56:19 CET 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8724

Modified Files:
	configure 
Log Message:
DGA works only with x11


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.962
retrieving revision 1.963
diff -u -r1.962 -r1.963
--- configure	5 Feb 2005 21:39:59 -0000	1.962
+++ configure	6 Feb 2005 20:56:16 -0000	1.963
@@ -3592,6 +3592,9 @@
 echores "$_xf86keysym"
 
 echocheck "DGA"
+if test "$_x11" = no ; then
+  _dga=no
+fi
 # Version 2 is preferred to version 1 if available
 if test "$_dga" = auto ; then
   cat > $TMPC << EOF




More information about the MPlayer-cvslog mailing list