Mercurial > mplayer.hg
changeset 21092:d6ee95051259
Remove --with-toolamelibdir.
author | diego |
---|---|
date | Mon, 20 Nov 2006 16:14:47 +0000 |
parents | f83859352e36 |
children | 681dd07dea6c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Nov 20 16:14:01 2006 +0000 +++ b/configure Mon Nov 20 16:14:47 2006 +0000 @@ -2161,9 +2161,6 @@ --with-dvdnav-config=*) _dvdnavconfig=`echo $ac_option | cut -d '=' -f 2` ;; - --with-toolamelibdir=*) - _ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` - ;; --prefix=*) _prefix=`echo $ac_option | cut -d '=' -f 2` ;; @@ -5555,7 +5552,7 @@ int main(void) { toolame_init(); return 0; } EOF _toolame=no - cc_check $_ld_toolame -ltoolame $_ld_lm && _toolame=yes + cc_check -ltoolame $_ld_lm && _toolame=yes fi if test "$_toolame" = yes ; then _def_toolame='#define HAVE_TOOLAME 1'