ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Thu Mar 17 18:26:30 2022 -0300| [b06eba6b7c5c69f45f2765fdd2923e8130cda020] | committer: James Almer
Makefile: check config_components.h when comparing timestamps in component list files Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b06eba6b7c5c69f45f2765fdd2923e8130cda020 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 13fa7a409c..48cfb6e240 100644 --- a/Makefile +++ b/Makefile @@ -79,10 +79,10 @@ CONFIGURABLE_COMPONENTS = \ $(SRC_PATH)/libavcodec/parsers.c \ $(SRC_PATH)/libavformat/protocols.c \ -config.h: ffbuild/.config +config_components.h: ffbuild/.config ffbuild/.config: $(CONFIGURABLE_COMPONENTS) @-tput bold 2>/dev/null - @-printf '\nWARNING: $(?) newer than config.h, rerun configure\n\n' + @-printf '\nWARNING: $(?) newer than config_components.h, rerun configure\n\n' @-tput sgr0 2>/dev/null SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \ _______________________________________________ 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".