Mercurial > mplayer.hg
comparison configure @ 21092:d6ee95051259
Remove --with-toolamelibdir.
author | diego |
---|---|
date | Mon, 20 Nov 2006 16:14:47 +0000 |
parents | f83859352e36 |
children | 681dd07dea6c |
comparison
equal
deleted
inserted
replaced
21091:f83859352e36 | 21092:d6ee95051259 |
---|---|
2159 _glibconfig=`echo $ac_option | cut -d '=' -f 2` | 2159 _glibconfig=`echo $ac_option | cut -d '=' -f 2` |
2160 ;; | 2160 ;; |
2161 --with-dvdnav-config=*) | 2161 --with-dvdnav-config=*) |
2162 _dvdnavconfig=`echo $ac_option | cut -d '=' -f 2` | 2162 _dvdnavconfig=`echo $ac_option | cut -d '=' -f 2` |
2163 ;; | 2163 ;; |
2164 --with-toolamelibdir=*) | |
2165 _ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` | |
2166 ;; | |
2167 --prefix=*) | 2164 --prefix=*) |
2168 _prefix=`echo $ac_option | cut -d '=' -f 2` | 2165 _prefix=`echo $ac_option | cut -d '=' -f 2` |
2169 ;; | 2166 ;; |
2170 --bindir=*) | 2167 --bindir=*) |
2171 _bindir=`echo $ac_option | cut -d '=' -f 2` | 2168 _bindir=`echo $ac_option | cut -d '=' -f 2` |
5553 cat > $TMPC <<EOF | 5550 cat > $TMPC <<EOF |
5554 #include <toolame.h> | 5551 #include <toolame.h> |
5555 int main(void) { toolame_init(); return 0; } | 5552 int main(void) { toolame_init(); return 0; } |
5556 EOF | 5553 EOF |
5557 _toolame=no | 5554 _toolame=no |
5558 cc_check $_ld_toolame -ltoolame $_ld_lm && _toolame=yes | 5555 cc_check -ltoolame $_ld_lm && _toolame=yes |
5559 fi | 5556 fi |
5560 if test "$_toolame" = yes ; then | 5557 if test "$_toolame" = yes ; then |
5561 _def_toolame='#define HAVE_TOOLAME 1' | 5558 _def_toolame='#define HAVE_TOOLAME 1' |
5562 _toolame_lib="-ltoolame" | 5559 _toolame_lib="-ltoolame" |
5563 _codecmodules="toolame $_codecmodules" | 5560 _codecmodules="toolame $_codecmodules" |