mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
Remove superfluous --with-termcaplib option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19553 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9927cb669d
commit
c85dd2b2ad
8
configure
vendored
8
configure
vendored
@ -423,10 +423,7 @@ multiple paths separated by ':'):
|
||||
--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 @@ for ac_option do
|
||||
--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`
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user