summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-27 12:23:54 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-27 12:23:54 +0000
commitd9ea94cfdaaf292476b3ab9f32d6909bdebbd3ea (patch)
tree973a31bd0554c0a17a2c0f9150b49b4f68995dbe /configure
parent1121d83cc9e99db8922b055e1613f2f442421dc8 (diff)
downloadmpv-d9ea94cfdaaf292476b3ab9f32d6909bdebbd3ea.tar.bz2
mpv-d9ea94cfdaaf292476b3ab9f32d6909bdebbd3ea.tar.xz
tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1980 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure
index 6f4f893675..4417033795 100755
--- a/configure
+++ b/configure
@@ -473,6 +473,7 @@ _vm=no
_xdpms_3=no
_xdpms_4=no
_3dfx=no
+_tdfxfb=no
_syncfb=no
_mlib=no _mlibdir=/opt/SUNWmlib
_xmga=autodetect
@@ -1167,6 +1168,9 @@ for ac_option do
--enable-3dfx)
_3dfx=yes
;;
+ --enable-tdfxfb)
+ _tdfxfb=yes
+ ;;
--enable-syncfb)
_syncfb=yes
;;
@@ -2065,6 +2069,13 @@ else
_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 @@ $_sdldef
$_sdlbuggy
$_ggi
$_3dfx
+$_tdfxfb
$_mga
$_xmga
$_syncfb