mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +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',
|
'name': 'win32',
|
||||||
'desc': 'win32',
|
'desc': 'win32',
|
||||||
'deps': [ 'os-win32' ],
|
'deps_any': [ 'os-win32', 'os-cygwin' ],
|
||||||
'func': check_libs(['gdi32', 'winmm', 'ole32', 'uuid'], check_true),
|
'func': check_cc(lib=['winmm', 'gdi32', 'ole32', 'uuid']),
|
||||||
}, {
|
}, {
|
||||||
'name': '--win32-internal-pthreads',
|
'name': '--win32-internal-pthreads',
|
||||||
'desc': 'internal pthread wrapper for win32 (Vista+)',
|
'desc': 'internal pthread wrapper for win32 (Vista+)',
|
||||||
|
Loading…
Reference in New Issue
Block a user