diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-01 00:24:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-01 00:24:12 +0200 |
commit | b1ca9642a2a3968a6f6ab80c6d2f1c37e9046d3d (patch) | |
tree | 574374816d3d9fe2b8276bbe709bfe0a5611e4c5 /subdir.mak | |
parent | 607cd90cdbcc1bf1160dc4ee15b079fd5a568462 (diff) | |
download | ffmpeg-b1ca9642a2a3968a6f6ab80c6d2f1c37e9046d3d.tar.gz |
Revert "Remove support for stripping executables"
People did not like this change.
This reverts commit e0be794a71be25a350f68287ee291b4942bcb7d8.
Diffstat (limited to 'subdir.mak')
-rw-r--r-- | subdir.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subdir.mak b/subdir.mak index 7fdeddcceb..8a407fe164 100644 --- a/subdir.mak +++ b/subdir.mak @@ -60,6 +60,7 @@ distclean:: clean install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) $(Q)mkdir -p "$(SHLIBDIR)" $$(INSTALL) -m 755 $$< "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)" + $$(STRIP) "$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)" $(Q)cd "$(SHLIBDIR)" && \ $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR) $(Q)cd "$(SHLIBDIR)" && \ |