Mercurial > mplayer.hg
diff configure @ 1979:6278f566cd91
tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>
author | arpi |
---|---|
date | Thu, 27 Sep 2001 12:23:54 +0000 |
parents | 72ee87f857d8 |
children | dee4b2ea5e5b |
line wrap: on
line diff
--- a/configure Thu Sep 27 12:22:27 2001 +0000 +++ b/configure Thu Sep 27 12:23:54 2001 +0000 @@ -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