1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

Remove --with-toolamelibdir.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21108 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-20 16:14:47 +00:00
parent 2b1b586634
commit deeb85eb2b

5
configure vendored
View File

@ -2161,9 +2161,6 @@ for ac_option do
--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 @@ if test "$_toolame" = auto ; then
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'