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:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-06-24 21:51:16 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-06-24 22:26:08 +0400
commit5aa8b270db2b88f136ef518b4bdf2b5dfff4a77b (patch)
tree89dfdfc0666b8293275bb79c5b4fe6cec382f4e0 /common.mak
parentf6d28cf02965e74ff2f772d8632b018375a6c346 (diff)
Restore accidentally removed parts of "BRIEF" list.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
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 7c03e48091..98ec53e611 100644
--- a/common.mak
+++ b/common.mak
@@ -16,7 +16,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),$@);