summaryrefslogtreecommitdiffstats
path: root/video/filter
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-05 23:17:33 +0100
committerwm4 <wm4@nowhere>2016-02-05 23:17:33 +0100
commit45345d9c41f1491e9809153dc3b3950fba560d89 (patch)
tree161cb87edb5890e99479f5691179376cba68b563 /video/filter
parent8af70561a419c5a4a9926f9e60381dc4282a3fd9 (diff)
downloadmpv-45345d9c41f1491e9809153dc3b3950fba560d89.tar.bz2
mpv-45345d9c41f1491e9809153dc3b3950fba560d89.tar.xz
build: make libavfilter mandatory
The complex filter support that will be added makes much more complex use of libavfilter, and I'm not going to bother with adding hacks to keep libavfilter optional.
Diffstat (limited to 'video/filter')
-rw-r--r--video/filter/vf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index f710d81ea7..d8e7f6b4c8 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -71,7 +71,6 @@ static const vf_info_t *const filter_list[] = {
&vf_info_noformat,
&vf_info_flip,
-#if HAVE_LIBAVFILTER
&vf_info_mirror,
&vf_info_lavfi,
&vf_info_rotate,
@@ -79,7 +78,6 @@ static const vf_info_t *const filter_list[] = {
&vf_info_pullup,
&vf_info_yadif,
&vf_info_stereo3d,
-#endif
&vf_info_eq,
&vf_info_dsize,