summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-17 20:56:49 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-17 20:56:49 +0000
commit47e525833dafe0b3761cf5dbf62a4a39b9057d99 (patch)
treeb421a236f8df574ee6bb742e98d2a152cc533156 /configure
parentfb1abd6b3bbd89f9d7d37c0421ebdec8bee1d1f7 (diff)
downloadmpv-47e525833dafe0b3761cf5dbf62a4a39b9057d99.tar.bz2
mpv-47e525833dafe0b3761cf5dbf62a4a39b9057d99.tar.xz
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> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18536 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 16 insertions, 0 deletions
diff --git a/configure b/configure
index 801f7dc3b5..d857b45333 100755
--- a/configure
+++ b/configure
@@ -329,6 +329,7 @@ Video output:
--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 @@ _gtk1=no
_termcap=auto
_termios=auto
_3dfx=no
+_s3fb=no
_tdfxfb=no
_tdfxvid=no
_tga=yes
@@ -1937,6 +1939,8 @@ for ac_option do
--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 @@ else
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_directx
$_def_ggi
$_def_ggiwmh
$_def_3dfx
+$_def_s3fb
$_def_tdfxfb
$_def_tdfxvid
$_def_directfb