1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

win32: enable internal pthreads wrapper by default

This commit is contained in:
wm4 2015-12-04 16:32:31 +01:00
parent 81746a1798
commit f626bef7c8

View File

@ -142,7 +142,6 @@ main_dependencies = [
'deps_neg': [ 'posix' ],
'deps': [ 'win32' ],
'func': check_true,
'default': 'disable',
}, {
'name': 'pthreads',
'desc': 'POSIX threads',