summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-08 00:29:08 +0100
committerwm4 <wm4@nowhere>2019-11-08 00:40:11 +0100
commit640b8532aaa26285fd1bcfaaa235f85f5a774e7b (patch)
treedff5e8984265602e6edd28e3af2fde97a774a841 /wscript
parentfb568963199312c7970ebc3bd7f89ae85ea43648 (diff)
downloadmpv-640b8532aaa26285fd1bcfaaa235f85f5a774e7b.tar.bz2
mpv-640b8532aaa26285fd1bcfaaa235f85f5a774e7b.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index aea318d2b6..7b5c148df9 100644
--- a/wscript
+++ b/wscript
@@ -40,11 +40,6 @@ build_options = [
'deps': '!lgpl',
'func': check_true,
}, {
- 'name': 'libaf',
- 'desc': 'internal audio filter chain',
- 'deps': 'gpl',
- 'func': check_true,
- }, {
'name': '--cplayer',
'desc': 'mpv CLI player',
'default': 'enable',
@@ -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',