[MPlayer-cvslog] r19553 - trunk/configure

diego subversion at mplayerhq.hu
Sat Aug 26 22:55:53 CEST 2006


Author: diego
Date: Sat Aug 26 22:55:53 2006
New Revision: 19553

Modified:
   trunk/configure

Log:
Remove superfluous --with-termcaplib option.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Aug 26 22:55:53 2006
@@ -423,10 +423,7 @@
   --with-xmmslibdir=DIR    libxmms.so.1 in DIR
   --with-cdparanoialibdir=DIR  cdparanoia libraries (libcdda_*) in DIR (*)
   --with-xvmclib=NAME      name of adapter-specific library (e.g. XvMCNVIDIA)
-  --with-termcaplib=NAME   name of library with termcap functionality
-                           name should be given without leading "lib"
-                           checks for "termcap" and "tinfo"
-  
+
   --with-freetype-config=PATH path to freetype-config
                               (e.g. /opt/bin/freetype-config)
   --with-fribidi-config=PATH  path to fribidi-config
@@ -2151,9 +2148,6 @@
   --with-toolamelibdir=*)
     _ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
     ;;
-  --with-termcaplib=*)
-    _ld_termcap=-l`echo $ac_option | cut -d '=' -f 2`
-    ;;
   --prefix=*)
     _prefix=`echo $ac_option | cut -d '=' -f 2`
     ;;



More information about the MPlayer-cvslog mailing list