This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit c2f499d9797d49e79dcfb555cb11448f721b41f1 Author: Martin Storsjö <[email protected]> AuthorDate: Thu Jun 4 15:29:39 2026 +0300 Commit: Martin Storsjö <[email protected]> CommitDate: Thu Jun 4 18:26:50 2026 +0000 configure: Fix a mismatched include guard end comment --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4e6bce270e..f0c66d9f59 100755 --- a/configure +++ b/configure @@ -8900,7 +8900,7 @@ EOF fi cat >> $TMPH <<EOF -#endif /* FFMPEG_CHECKASM_CONFIG_H */ +#endif /* FFMPEG_CHECKASM_CONFIG_GENERATED_H */ EOF cp_if_changed $TMPH checkasm_config_generated.h _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
