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.
This commit is contained in:
wm4 2019-11-08 00:29:08 +01:00
parent fb56896319
commit 640b8532aa
1 changed files with 0 additions and 6 deletions

View File

@ -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',