mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
build: remove unnecessary dlopen check
Probably became unnecessary with the vf_dlopen removal.
This commit is contained in:
parent
3a3a0aced2
commit
0b77f6fd22
5
wscript
5
wscript
@ -73,11 +73,6 @@ build_options = [
|
||||
'deps': [ 'libdl' ],
|
||||
'deps_neg': [ 'os-win32' ],
|
||||
'func': check_cc(linkflags=['-rdynamic']),
|
||||
}, {
|
||||
'name': 'dlopen',
|
||||
'desc': 'dlopen',
|
||||
'deps_any': [ 'libdl', 'os-win32', 'os-cygwin' ],
|
||||
'func': check_true
|
||||
}, {
|
||||
'name': '--zsh-comp',
|
||||
'desc': 'zsh completion',
|
||||
|
Loading…
Reference in New Issue
Block a user