[FFmpeg-devel] [PATCH 2/3] Makefile: check config_components.h when comparing timestamps in component list files
James Almer
jamrial at gmail.com
Thu Mar 17 23:32:01 EET 2022
Signed-off-by: James Almer <jamrial at gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 13fa7a409c..f6eb4f591d 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ 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'
--
2.35.1
More information about the ffmpeg-devel
mailing list