The branch, master has been updated
       via  d77f9176212246527176e9df11b34a4b07928046 (commit)
      from  25fe4105c85488ca7c2fe0c74dcdccf886cdc1ba (commit)


- Log -----------------------------------------------------------------
commit d77f9176212246527176e9df11b34a4b07928046
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Fri Oct 10 17:07:55 2025 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Sat Oct 25 11:15:06 2025 +0200

    ffbuild/common: silence DEPCXX output
    
    Fixes: 0ce413af9cc8040095a6b714600d6a8dceaca514
    
    Signed-off-by: Kacper Michajłow <[email protected]>

diff --git a/ffbuild/common.mak b/ffbuild/common.mak
index 4ed1c44afb..89c0c413e1 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -28,7 +28,7 @@ ifndef V
 Q      = @
 ECHO   = printf "$(1)\t%s\n" $(2)
 BRIEF  = CC CXX OBJCC HOSTCC HOSTLD AS X86ASM AR LD LDXX STRIP CP WINDRES NVCC 
BIN2C METALCC METALLIB
-SILENT = DEPCC DEPHOSTCC DEPAS DEPX86ASM RANLIB RM
+SILENT = DEPCC DEPCXX DEPHOSTCC DEPAS DEPX86ASM RANLIB RM
 
 MSG    = $@
 M      = @$(call ECHO,$(TAG),$@);

-----------------------------------------------------------------------

Summary of changes:
 ffbuild/common.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to