summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 18:27:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-05 18:27:07 +0000
commitf4274448311a69a547e614ebaf4f3ebd98bb0138 (patch)
tree214d0cb7d9ddc12b013528c97d0a6f443a962f73 /configure
parent0a8d19b2932aef13b4363b86cf18133e5859e644 (diff)
downloadmpv-f4274448311a69a547e614ebaf4f3ebd98bb0138.tar.bz2
mpv-f4274448311a69a547e614ebaf4f3ebd98bb0138.tar.xz
Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20719 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 8db6d40c67..10f1741321 100755
--- a/configure
+++ b/configure
@@ -1997,12 +1997,11 @@ for ac_option do
--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 @@ else
_def_tdfxvid='#undef HAVE_TDFX_VID'
_novomodules="tdfx_vid $_novomodules"
fi
-echores "$_tdfxfb"
+echores "$_tdfxvid"
echocheck "tga"
if test "$_tga" = yes ; then