From a78f136f3fa039fd7ad664fd6e6e976f1448c68b Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 23 Feb 2022 14:56:49 +0200 Subject: configure: Use a separate config_components.h header for $ALL_COMPONENTS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids unnecessary rebuilds of most source files if only the list of enabled components has changed, but not the other properties of the build, set in config.h. Signed-off-by: Martin Storsjö --- libavformat/demux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/demux.c') diff --git a/libavformat/demux.c b/libavformat/demux.c index e926bab690..c1c9422ac0 100644 --- a/libavformat/demux.c +++ b/libavformat/demux.c @@ -22,6 +22,7 @@ #include #include "config.h" +#include "config_components.h" #include "libavutil/avassert.h" #include "libavutil/avstring.h" -- cgit v1.2.3