From 45345d9c41f1491e9809153dc3b3950fba560d89 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 5 Feb 2016 23:17:33 +0100 Subject: 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. --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 602ec58b5e..c6f287ffa1 100644 --- a/wscript +++ b/wscript @@ -422,9 +422,10 @@ FFmpeg/Libav libraries. You need at least {0}. Aborting.".format(libav_versions_ 'req': True, 'fmsg': 'No resampler found. Install libavresample or libswresample (FFmpeg).' }, { - 'name': '--libavfilter', + 'name': 'libavfilter', 'desc': 'libavfilter', 'func': check_pkg_config('libavfilter', '>= 5.0.0'), + 'req': True, }, { 'name': '--libavdevice', 'desc': 'libavdevice', -- cgit v1.2.3