This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new f8af47b640 build: remove checkasm_header_config_generated.h on
distclean
f8af47b640 is described below
commit f8af47b6407d1e5044dfc20d351a6cb23c09ad2e
Author: Ramiro Polla <[email protected]>
AuthorDate: Sat Jun 6 23:56:52 2026 +0200
Commit: Ramiro Polla <[email protected]>
CommitDate: Sat Jun 6 23:58:13 2026 +0200
build: remove checkasm_header_config_generated.h on distclean
Forgotten in 4569ab7eaa0.
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 131d2b62ef..ca55556cee 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,8 @@ clean::
$(RM) -rf coverage.info coverage.info.in lcov
distclean:: clean
- $(RM) .version checkasm_config_generated.* config.asm config.h
config_components.* mapfile \
+ $(RM) .version config.asm config.h config_components.* mapfile \
+ checkasm_config_generated.* checkasm_header_config_generated.h \
ffbuild/.config ffbuild/config.* libavutil/avconfig.h \
version.h libavutil/ffversion.h libavcodec/codec_names.h \
libavcodec/bsf_list.c libavformat/protocol_list.c \
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]