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ö --- libavfilter/vf_neighbor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/vf_neighbor.c') diff --git a/libavfilter/vf_neighbor.c b/libavfilter/vf_neighbor.c index f48fb306b2..d6638779e5 100644 --- a/libavfilter/vf_neighbor.c +++ b/libavfilter/vf_neighbor.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config_components.h" + #include "libavutil/imgutils.h" #include "libavutil/intreadwrite.h" #include "libavutil/pixdesc.h" -- cgit v1.2.3