Mercurial > mplayer.hg
changeset 27670:d9d5ba3da7d0
Remove unused options --ar and --ranlib.
author | diego |
---|---|
date | Sat, 04 Oct 2008 10:53:28 +0000 |
parents | f85ff39d7524 |
children | 9ec6cc5d7017 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Oct 04 10:39:29 2008 +0000 +++ b/configure Sat Oct 04 10:53:28 2008 +0000 @@ -409,8 +409,6 @@ --cc=COMPILER C compiler to build MPlayer [gcc] --host-cc=COMPILER C compiler for tools needed while building [gcc] --as=ASSEMBLER assembler to build MPlayer [as] - --ar=AR librarian to build MPlayer [ar] - --ranlib=RANLIB ranlib to build MPlayer [ranlib] --windres=WINDRES windres to build MPlayer [windres] --target=PLATFORM target platform (i386-linux, arm-linux, etc) --enable-static build a statically linked binary @@ -488,10 +486,8 @@ _mtrr=auto _altivec=auto _install=install -_ranlib=ranlib _windres=windres _cc=cc -_ar=ar test "$CC" && _cc="$CC" _as=auto _runtime_cpudetection=no @@ -791,12 +787,6 @@ --as=*) _as=`echo $ac_option | cut -d '=' -f 2` ;; - --ar=*) - _ar=`echo $ac_option | cut -d '=' -f 2` - ;; - --ranlib=*) - _ranlib=`echo $ac_option | cut -d '=' -f 2` - ;; --windres=*) _windres=`echo $ac_option | cut -d '=' -f 2` ;; @@ -1385,12 +1375,6 @@ _ld_extra="$_ld_extra -lC" fi -if irix ; then - _ranlib='ar -r' -elif linux ; then - _ranlib='true' -fi - if win32 ; then _exesuf=".exe" # -lwinmm is always needed for osdep/timer-win2.c @@ -7769,11 +7753,9 @@ CONFDIR = \$(DESTDIR)$_confdir LIBDIR = \$(DESTDIR)$_libdir -AR = $_ar CC = $_cc CXX = $_cc HOST_CC = $_host_cc -RANLIB = $_ranlib WINDRES = $_windres INSTALL = $_install INSTALLSTRIP = $_install_strip