[Mplayer-cvslog] CVS: main configure,1.167,1.168
Arpi of Ize
arpi at mplayer.dev.hu
Thu Sep 27 14:23:57 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv1874
Modified Files:
configure
Log Message:
tdfxfb yuv driver by Zeljko Stevanovic <zsteva at ptt.yu>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- configure 22 Sep 2001 01:05:39 -0000 1.167
+++ configure 27 Sep 2001 12:23:54 -0000 1.168
@@ -473,6 +473,7 @@
_xdpms_3=no
_xdpms_4=no
_3dfx=no
+_tdfxfb=no
_syncfb=no
_mlib=no _mlibdir=/opt/SUNWmlib
_xmga=autodetect
@@ -1167,6 +1168,9 @@
--enable-3dfx)
_3dfx=yes
;;
+ --enable-tdfxfb)
+ _tdfxfb=yes
+ ;;
--enable-syncfb)
_syncfb=yes
;;
@@ -2065,6 +2069,13 @@
_3dfx='#undef HAVE_3DFX'
fi
+if [ $_tdfxfb = yes ]; then
+ _tdfxfb='#define HAVE_TDFXFB'
+ _vosrc=$_vosrc' vo_tdfxfb.c'
+else
+ _tdfxfb='#undef HAVE_TDFXFB'
+fi
+
if [ $_svga = yes ]; then
_svga='#define HAVE_SVGALIB'
_vosrc=$_vosrc' vo_svga.c'
@@ -2375,6 +2386,7 @@
$_sdlbuggy
$_ggi
$_3dfx
+$_tdfxfb
$_mga
$_xmga
$_syncfb
More information about the MPlayer-cvslog
mailing list