[MPlayer-cvslog] CVS: main configure,1.1031,1.1032

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Wed Jul 27 00:39:10 CEST 2005


CVS change done by Ivan Kalvachev CVS

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

Modified Files:
	configure 
Log Message:
remove unneeded vgagl

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -u -r1.1031 -r1.1032
--- configure	21 Jul 2005 17:58:46 -0000	1.1031
+++ configure	26 Jul 2005 22:39:08 -0000	1.1032
@@ -3960,15 +3960,14 @@
 if test "$_svga" = auto ; then
   cat > $TMPC << EOF
 #include <vga.h>
-#include <vgagl.h>
 int main(void) { return 0; }
 EOF
   _svga=no
-  cc_check  -lvgagl -lvga $_ld_lm && _svga=yes
+  cc_check -lvga $_ld_lm && _svga=yes
 fi
 if test "$_svga" = yes ; then
   _def_svga='#define HAVE_SVGALIB 1'
-  _ld_svga="-lvgagl -lvga $_ld_lm"
+  _ld_svga="-lvga $_ld_lm"
   _vosrc="$_vosrc vo_svga.c"
   _vomodules="svga $_vomodules"
 else




More information about the MPlayer-cvslog mailing list