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

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


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

Modified Files:
	configure 
Log Message:
made vesa support optional at compiletime


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- configure	5 Feb 2002 22:57:17 -0000	1.383
+++ configure	7 Feb 2002 02:21:39 -0000	1.384
@@ -139,6 +139,7 @@
 Video:
   --enable-gl            build with OpenGL render support [autodetect]
   --enable-dga[=n]       build with DGA [n in {1, 2} ] support [autodetect]
+  --enable-vesa          build with VESA support [autodetect]
   --enable-svga          build with SVGAlib support [autodetect]
   --enable-sdl           build with SDL render support [autodetect]
   --enable-aa            build with AAlib render support [autodetect]
@@ -719,6 +720,7 @@
 _ggi=auto
 _aa=auto
 _svga=auto
+_vesa=auto
 _fbdev=auto
 _fbdev_nocopy=no
 _dvb=auto
@@ -799,6 +801,8 @@
   --disable-aa)		_aa=no		;;
   --enable-svga)	_svga=yes	;;
   --disable-svga)	_svga=no	;;
+  --enable-vesa)	_vesa=yes	;;
+  --disable-vesa)	_vesa=no	;;
   --enable-fbdev)	_fbdev=yes	;;
   --enable-fbdev=nocopy) _fbdev=yes; _fbdev_nocopy=yes	;;
   --disable-fbdev)	_fbdev=no	;;
@@ -1921,6 +1925,7 @@
 fi
 
 
+if test "$_vesa" != no ; then
 echocheck "VESA support"
 if x86 && linux ; then
   _vosrc="$_vosrc vo_vesa.c vesa_lvo.c"
@@ -1928,6 +1933,7 @@
   echores "yes"
 else
   echores "no (not supported on this OS/architecture)"
+fi
 fi
 
 




More information about the MPlayer-cvslog mailing list