[MPlayer-cvslog] r20719 - trunk/configure

diego subversion at mplayerhq.hu
Sun Nov 5 19:27:11 CET 2006


Author: diego
Date: Sun Nov  5 19:27:07 2006
New Revision: 20719

Modified:
   trunk/configure

Log:
Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Nov  5 19:27:07 2006
@@ -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



More information about the MPlayer-cvslog mailing list