summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-08 19:31:09 +0100
committerwm4 <wm4@nowhere>2015-11-08 19:33:38 +0100
commit16cd20c46f02a052f06742329dc375a695bb6e0b (patch)
tree3c25698603d960176e994708f4b9328425b7cb35 /wscript
parent8f7b12d9ae3f1034cc86cea520bbb7579b1a3a25 (diff)
downloadmpv-16cd20c46f02a052f06742329dc375a695bb6e0b.tar.bz2
mpv-16cd20c46f02a052f06742329dc375a695bb6e0b.tar.xz
win32: request MMCSS "Playback" profile
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 572be4b176..d96f74b757 100644
--- a/wscript
+++ b/wscript
@@ -130,7 +130,7 @@ main_dependencies = [
'name': 'win32',
'desc': 'win32',
'deps_any': [ 'os-win32', 'os-cygwin' ],
- 'func': check_cc(lib=['winmm', 'gdi32', 'ole32', 'uuid']),
+ 'func': check_cc(lib=['winmm', 'gdi32', 'ole32', 'uuid', 'avrt']),
}, {
'name': '--win32-internal-pthreads',
'desc': 'internal pthread wrapper for win32 (Vista+)',