From ab54956edda3b6f721a4c7c8b0862d29a4d190a4 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 24 Dec 2021 02:13:41 +0100 Subject: configure: Add new mpegvideodec CONFIG_EXTRA This allows to remove the spurious dependencies of mpegvideo encoders on error_resilience; some other components that do not use mpegvideo to its fullest turned out to not need it either. Adding a new CONFIG_EXTRA needs a reconfigure to take effect. In order to force this a few unnecessary headers from lavfi/allfilters.c have been removed. Signed-off-by: Andreas Rheinhardt --- libavfilter/allfilters.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index caa755320e..dac615d7df 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -19,9 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavutil/thread.h" #include "avfilter.h" -#include "config.h" extern const AVFilter ff_af_abench; extern const AVFilter ff_af_acompressor; -- cgit v1.2.3