mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
build: fix missing windows libraries
This commit is contained in:
parent
d96fad04be
commit
70a190af04
4
wscript
4
wscript
@ -129,8 +129,8 @@ main_dependencies = [
|
||||
}, {
|
||||
'name': 'win32',
|
||||
'desc': 'win32',
|
||||
'deps': [ 'os-win32' ],
|
||||
'func': check_libs(['gdi32', 'winmm', 'ole32', 'uuid'], check_true),
|
||||
'deps_any': [ 'os-win32', 'os-cygwin' ],
|
||||
'func': check_cc(lib=['winmm', 'gdi32', 'ole32', 'uuid']),
|
||||
}, {
|
||||
'name': '--win32-internal-pthreads',
|
||||
'desc': 'internal pthread wrapper for win32 (Vista+)',
|
||||
|
Loading…
Reference in New Issue
Block a user