From 38f0c0781a6e099f11c0acec07f9b8be742190c4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 30 Mar 2013 22:31:18 +0100 Subject: lavfi: merge avfiltergraph.h into avfilter.h We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do. --- avconv_filter.c | 1 - 1 file changed, 1 deletion(-) (limited to 'avconv_filter.c') diff --git a/avconv_filter.c b/avconv_filter.c index 2065cb008b..dd0f35b907 100644 --- a/avconv_filter.c +++ b/avconv_filter.c @@ -21,7 +21,6 @@ #include "avconv.h" #include "libavfilter/avfilter.h" -#include "libavfilter/avfiltergraph.h" #include "libavresample/avresample.h" -- cgit v1.2.3