[MPlayer-cvslog] CVS: main AUTHORS, 1.182, 1.183 configure, 1.1207, 1.1208
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Wed May 17 22:56:52 CEST 2006
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29618
Modified Files:
AUTHORS configure
Log Message:
Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
Patch by Mark Sanderson < mmp AH kiora POIS ath POIS cx>
Index: AUTHORS
===================================================================
RCS file: /cvsroot/mplayer/main/AUTHORS,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- AUTHORS 13 May 2006 08:46:30 -0000 1.182
+++ AUTHORS 17 May 2006 20:56:49 -0000 1.183
@@ -668,6 +668,9 @@
Sandell, Björn <biorn at dce.chalmers.se>
* various *BSD fixes
+Sanderson, Mark <mmp at kiora.ath.cx>
+ * -vo s3fb driver
+
Sauerbeck, Tilman <tsauerbeck at users.sourceforge.net>
* TGA decoder (RLE/uncomp), -mf tga support
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1207
retrieving revision 1.1208
diff -u -r1.1207 -r1.1208
--- configure 14 May 2006 13:39:52 -0000 1.1207
+++ configure 17 May 2006 20:56:49 -0000 1.1208
@@ -329,6 +329,7 @@
--enable-mlib build with mediaLib support (Solaris only) [disable]
--enable-3dfx build with obsolete /dev/3dfx support [disable]
--enable-tdfxfb build with tdfxfb (Voodoo 3/banshee) support [disable]
+ --enable-s3fb build with s3fb (S3 ViRGE) support [disable]
--enable-directfb build with DirectFB support [autodetect]
--enable-zr build with ZR360[56]7/ZR36060 support [autodetect]
--enable-bl build with Blinkenlights support [disable]
@@ -1660,6 +1661,7 @@
_termcap=auto
_termios=auto
_3dfx=no
+_s3fb=no
_tdfxfb=no
_tdfxvid=no
_tga=yes
@@ -1937,6 +1939,8 @@
--disable-termios) _termios=no ;;
--enable-3dfx) _3dfx=yes ;;
--disable-3dfx) _3dfx=no ;;
+ --enable-s3fb) _s3fb=yes ;;
+ --disable-s3fb) _s3fb=no ;;
--enable-tdfxfb) _tdfxfb=yes ;;
--disable-tdfxvid) _tdfxvid=no ;;
--enable-tdfxvid) _tdfxvid=yes ;;
@@ -3594,6 +3598,17 @@
fi
echores "$_tdfxfb"
+echocheck "s3fb"
+if test "$_s3fb" = yes ; then
+ _def_s3fb='#define HAVE_S3FB 1'
+ _vosrc="$_vosrc vo_s3fb.c"
+ _vomodules="s3fb $_vomodules"
+else
+ _def_s3fb='#undef HAVE_S3FB'
+ _novomodules="s3fb $_novomodules"
+fi
+echores "$_s3fb"
+
echocheck "tdfxvid"
if test "$_tdfxvid" = yes ; then
_def_tdfxvid='#define HAVE_TDFX_VID 1'
@@ -8212,6 +8227,7 @@
$_def_ggi
$_def_ggiwmh
$_def_3dfx
+$_def_s3fb
$_def_tdfxfb
$_def_tdfxvid
$_def_directfb
More information about the MPlayer-cvslog
mailing list