[Mplayer-cvslog] CVS: main configure,1.384,1.385

Richard Felker CVS rfelker at mplayer.dev.hu
Thu Feb 7 03:29:57 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv15135

Modified Files:
	configure 
Log Message:
finished making vesa optional


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- configure	7 Feb 2002 02:21:39 -0000	1.384
+++ configure	7 Feb 2002 02:29:54 -0000	1.385
@@ -1928,12 +1928,15 @@
 if test "$_vesa" != no ; then
 echocheck "VESA support"
 if x86 && linux ; then
+  _def_vesa='#define HAVE_VESA 1'
   _vosrc="$_vosrc vo_vesa.c vesa_lvo.c"
   _vomodules="vesa $_vomodules"
   echores "yes"
 else
+  _def_vesa='#undef HAVE_VESA'
   echores "no (not supported on this OS/architecture)"
 fi
+_def_vesa='#undef HAVE_VESA'
 fi
 
 
@@ -3278,6 +3281,7 @@
 $_def_dxr3
 $_def_dvb
 $_def_svga
+$_def_vesa
 $_def_xdpms
 $_def_aa
 




More information about the MPlayer-cvslog mailing list