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ö --- libavcodec/wmadec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/wmadec.c') diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index 8b0893c74e..47e0f2c105 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -33,6 +33,8 @@ * should be 4 extra bytes for v1 data and 6 extra bytes for v2 data. */ +#include "config_components.h" + #include "libavutil/attributes.h" #include "libavutil/ffmath.h" -- cgit v1.2.3