1
0
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:
wm4 2017-06-27 12:24:26 +02:00
parent 3a3a0aced2
commit 0b77f6fd22

View File

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