From 640b8532aaa26285fd1bcfaaa235f85f5a774e7b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Nov 2019 00:29:08 +0100 Subject: wscript: remove outdated --enable-libaf This stopped doing anything since how many years? The only actual effect was that af_rubberband was made GPL only. Now it is available in LGPL builds too. --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index aea318d2b6..7b5c148df9 100644 --- a/wscript +++ b/wscript @@ -39,11 +39,6 @@ build_options = [ 'desc': 'GPL (version 2 or later) build', 'deps': '!lgpl', 'func': check_true, - }, { - 'name': 'libaf', - 'desc': 'internal audio filter chain', - 'deps': 'gpl', - 'func': check_true, }, { 'name': '--cplayer', 'desc': 'mpv CLI player', @@ -394,7 +389,6 @@ iconv support use --disable-iconv.", }, { 'name': '--rubberband', 'desc': 'librubberband support', - 'deps': 'libaf', 'func': check_pkg_config('rubberband', '>= 1.8.0'), }, { 'name': '--zimg', -- cgit v1.2.3