summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-04 16:32:31 +0100
committerwm4 <wm4@nowhere>2015-12-04 16:32:31 +0100
commitf626bef7c8320c6937e7b8f8a725e13e8f59773c (patch)
tree217ad08f727b00d8d62319d9e855a031f7276309 /wscript
parent81746a1798e8194c74dfa49fb53a328ec89a1153 (diff)
downloadmpv-f626bef7c8320c6937e7b8f8a725e13e8f59773c.tar.bz2
mpv-f626bef7c8320c6937e7b8f8a725e13e8f59773c.tar.xz
win32: enable internal pthreads wrapper by default
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index bd2e69345d..3a18c0812a 100644
--- a/wscript
+++ b/wscript
@@ -142,7 +142,6 @@ main_dependencies = [
'deps_neg': [ 'posix' ],
'deps': [ 'win32' ],
'func': check_true,
- 'default': 'disable',
}, {
'name': 'pthreads',
'desc': 'POSIX threads',