Mercurial > mplayer.hg
changeset 20703:fd69d3fa851c
Fix tdfx-related copy + paste typos, patch by Ville Skytt¸«£, ville.skytta iki fi.
author | diego |
---|---|
date | Sun, 05 Nov 2006 18:27:07 +0000 |
parents | 34bb6f334242 |
children | 666efb20e7d5 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Nov 05 18:21:39 2006 +0000 +++ b/configure Sun Nov 05 18:27:07 2006 +0000 @@ -1997,12 +1997,11 @@ --enable-s3fb) _s3fb=yes ;; --disable-s3fb) _s3fb=no ;; --enable-tdfxfb) _tdfxfb=yes ;; + --disable-tdfxfb) _tdfxfb=no ;; --disable-tdfxvid) _tdfxvid=no ;; --enable-tdfxvid) _tdfxvid=yes ;; --disable-tga) _tga=no ;; --enable-tga) _tga=yes ;; - --enable-tdfxfb) _tdfxfb=yes ;; - --disable-tdfxfb) _tdfxfb=no ;; --enable-directfb) _directfb=yes ;; --disable-directfb) _directfb=no ;; --enable-zr) _zr=yes ;; @@ -3730,7 +3729,7 @@ _def_tdfxvid='#undef HAVE_TDFX_VID' _novomodules="tdfx_vid $_novomodules" fi -echores "$_tdfxfb" +echores "$_tdfxvid" echocheck "tga" if test "$_tga" = yes ; then