Mercurial > mplayer.hg
comparison configure @ 19547:8f42b470ae8d
Remove superfluous --with-termcaplib option.
author | diego |
---|---|
date | Sat, 26 Aug 2006 20:55:53 +0000 |
parents | e32250c3db9a |
children | 42f586994f97 |
comparison
equal
deleted
inserted
replaced
19546:e32250c3db9a | 19547:8f42b470ae8d |
---|---|
421 --with-toolamelibdir=DIR Toolame library in DIR | 421 --with-toolamelibdir=DIR Toolame library in DIR |
422 --with-xmmsplugindir=DIR XMMS plugins in DIR | 422 --with-xmmsplugindir=DIR XMMS plugins in DIR |
423 --with-xmmslibdir=DIR libxmms.so.1 in DIR | 423 --with-xmmslibdir=DIR libxmms.so.1 in DIR |
424 --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) | 424 --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) |
425 --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA) | 425 --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA) |
426 --with-termcaplib=NAME name of library with termcap functionality | 426 |
427 name should be given without leading "lib" | |
428 checks for "termcap" and "tinfo" | |
429 | |
430 --with-freetype-config=PATH path to freetype-config | 427 --with-freetype-config=PATH path to freetype-config |
431 (e.g. /opt/bin/freetype-config) | 428 (e.g. /opt/bin/freetype-config) |
432 --with-fribidi-config=PATH path to fribidi-config | 429 --with-fribidi-config=PATH path to fribidi-config |
433 (e.g. /opt/bin/fribidi-config) | 430 (e.g. /opt/bin/fribidi-config) |
434 --with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config) | 431 --with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config) |
2149 _ld_cdparanoia=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` | 2146 _ld_cdparanoia=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` |
2150 ;; | 2147 ;; |
2151 --with-toolamelibdir=*) | 2148 --with-toolamelibdir=*) |
2152 _ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` | 2149 _ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` |
2153 ;; | 2150 ;; |
2154 --with-termcaplib=*) | |
2155 _ld_termcap=-l`echo $ac_option | cut -d '=' -f 2` | |
2156 ;; | |
2157 --prefix=*) | 2151 --prefix=*) |
2158 _prefix=`echo $ac_option | cut -d '=' -f 2` | 2152 _prefix=`echo $ac_option | cut -d '=' -f 2` |
2159 ;; | 2153 ;; |
2160 --bindir=*) | 2154 --bindir=*) |
2161 _bindir=`echo $ac_option | cut -d '=' -f 2` | 2155 _bindir=`echo $ac_option | cut -d '=' -f 2` |