[FFmpeg-cvslog] ffbuild: add METALCC and METALLIB to BRIEF
Marvin Scholz
git at videolan.org
Thu Sep 26 03:38:41 EEST 2024
ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Jul 12 20:38:11 2024 +0200| [f43916e217e253f902d2dddaa1287f7822396748] | committer: Marvin Scholz
ffbuild: add METALCC and METALLIB to BRIEF
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f43916e217e253f902d2dddaa1287f7822396748
---
ffbuild/common.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffbuild/common.mak b/ffbuild/common.mak
index 87a3ffd2b0..023adb8567 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -18,7 +18,7 @@ BIN2C = $(BIN2CEXE)
ifndef V
Q = @
ECHO = printf "$(1)\t%s\n" $(2)
-BRIEF = CC CXX OBJCC HOSTCC HOSTLD AS X86ASM AR LD STRIP CP WINDRES NVCC BIN2C
+BRIEF = CC CXX OBJCC HOSTCC HOSTLD AS X86ASM AR LD STRIP CP WINDRES NVCC BIN2C METALCC METALLIB
SILENT = DEPCC DEPHOSTCC DEPAS DEPX86ASM RANLIB RM
MSG = $@
More information about the ffmpeg-cvslog
mailing list