summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-05 16:12:47 +0200
committerwm4 <wm4@nowhere>2017-04-05 16:12:47 +0200
commit451e1f0db32250219e07c189b28b48a0866feb26 (patch)
treefe556c045d968665c6907d233e56b14f199b859d /video
parentc3299d50bd8e604ad8891e1f00e3b76ba9260f4b (diff)
downloadmpv-451e1f0db32250219e07c189b28b48a0866feb26.tar.bz2
mpv-451e1f0db32250219e07c189b28b48a0866feb26.tar.xz
vf_lavfi, af_lavfi: remove unused/deprecated include
Looks like Libav is going to drop it, unnecessarily making compilation fail.
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf_lavfi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_lavfi.c b/video/filter/vf_lavfi.c
index 28869075b5..eefa051e05 100644
--- a/video/filter/vf_lavfi.c
+++ b/video/filter/vf_lavfi.c
@@ -35,7 +35,6 @@
#include <libavutil/error.h>
#include <libswscale/swscale.h>
#include <libavfilter/avfilter.h>
-#include <libavfilter/avfiltergraph.h>
#include <libavfilter/buffersink.h>
#include <libavfilter/buffersrc.h>