ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Thu Mar 17 18:23:12 2022 -0300| [3feabcd5efdf4c520459b781bb779d7da1b68706] | committer: James Almer
Makefile: delete config_components.h on distclean Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3feabcd5efdf4c520459b781bb779d7da1b68706 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c38c522fb..13fa7a409c 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ clean:: $(RM) -rf coverage.info coverage.info.in lcov distclean:: clean - $(RM) .version config.asm config.h mapfile \ + $(RM) .version config.asm config.h config_components.h mapfile \ 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 ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".