Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-04-01 02:24:12 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-04-01 02:24:12 +0400
commitb1ca9642a2a3968a6f6ab80c6d2f1c37e9046d3d (patch)
tree574374816d3d9fe2b8276bbe709bfe0a5611e4c5 /common.mak
parent607cd90cdbcc1bf1160dc4ee15b079fd5a568462 (diff)
Revert "Remove support for stripping executables"
People did not like this change. This reverts commit e0be794a71be25a350f68287ee291b4942bcb7d8.
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 6daf77cc07..3d1a1293fb 100644
--- a/common.mak
+++ b/common.mak
@@ -21,7 +21,7 @@ endif
ifndef V
Q = @
ECHO = printf "$(1)\t%s\n" $(2)
-BRIEF = CC AS YASM AR LD HOSTCC
+BRIEF = CC AS YASM AR LD HOSTCC STRIP CP
SILENT = DEPCC YASMDEP RM RANLIB
MSG = $@
M = @$(call ECHO,$(TAG),$@);