This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 0b7e75de34282d038ce7ea6de53d27d751d5a81c Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 17:35:59 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Sep 8 03:00:14 2026 +0200 configure: fix log name in check_pkg_config_header_only Signed-off-by: Kacper Michajłow <[email protected]> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 569b0744bb..2f1d3f0218 100755 --- a/configure +++ b/configure @@ -1717,7 +1717,7 @@ check_pkg_config_cxx(){ } check_pkg_config_header_only(){ - log check_pkg_config_cpp "$@" + log check_pkg_config_header_only "$@" name="$1" test_pkg_config_cpp "$@" && eval add_cflags \$${name}_incflags -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
