[MPlayer-cvslog] r21108 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Nov 20 17:14:48 CET 2006
Author: diego
Date: Mon Nov 20 17:14:47 2006
New Revision: 21108
Modified:
trunk/configure
Log:
Remove --with-toolamelibdir.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Nov 20 17:14:47 2006
@@ -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'
More information about the MPlayer-cvslog
mailing list