summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-27 12:24:26 +0200
committerwm4 <wm4@nowhere>2017-06-29 10:29:43 +0200
commit0b77f6fd229f537a309f1d5b37469392e65d279e (patch)
treea78177398b9d1956a53107a138db4ee16a28b6aa
parent3a3a0aced2c95563c9fe0867cad9d67378de286a (diff)
downloadmpv-0b77f6fd229f537a309f1d5b37469392e65d279e.tar.bz2
mpv-0b77f6fd229f537a309f1d5b37469392e65d279e.tar.xz
build: remove unnecessary dlopen check
Probably became unnecessary with the vf_dlopen removal.
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index fd1f9945d2..061fb3f76f 100644
--- a/wscript
+++ b/wscript
@@ -74,11 +74,6 @@ build_options = [
'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',
'func': check_ctx_vars('BIN_PERL'),