mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 23:51:49 +00:00
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:
parent
fb56896319
commit
640b8532aa
6
wscript
6
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',
|
||||
|
Loading…
Reference in New Issue
Block a user