diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-06-20 16:58:44 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-06-20 16:58:44 +0000 |
commit | be90cd27181c1021d89a203bd112d4d06e12d20d (patch) | |
tree | f3d7970e65fba119899349e3daae81b8ba83dd97 /configure | |
parent | 4233ce315cf67abac09380ba7f95df07274bf577 (diff) | |
download | ffmpeg-be90cd27181c1021d89a203bd112d4d06e12d20d.tar.gz |
configure: preserve cross-prefix for strip on darwin
Originally committed as revision 23657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2164,7 +2164,7 @@ case $target_os in darwin) enable malloc_aligned SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress' - strip="strip -x" + strip="${strip} -x" FFLDFLAGS="-Wl,-dynamic,-search_paths_first" SLIBSUF=".dylib" SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME).$(LIBVERSION)$(SLIBSUF)' |