summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-12-24 02:13:41 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-04 16:28:55 +0100
commitab54956edda3b6f721a4c7c8b0862d29a4d190a4 (patch)
treee04976b93b609357ae3ab49fa6594d3f16edc63b /libavfilter
parentd83479bec1683f886d45906d155ab84bc4aebeda (diff)
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 <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 0 insertions, 2 deletions
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;