summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-12-22 12:44:12 +0700
committerTim Mayberry <mojofunk@gmail.com>2015-01-01 19:04:09 +0700
commit1da30faf7f4546eaeff9aaad85d99932445722cc (patch)
tree352886cef832b63c604eac93a11aed0098d7c137 /wscript
parentb959b3fb87f4e3b740d3ad64024d1c8c3eb0aebc (diff)
Add tests that show the timing differences between the Glib/mm based timeouts
This shows that PBD::Timer is pretty much identical in terms of timing and CPU usage as Glib TimeoutSources. They also show the differences on Windows when setting the minimum Multimedia Timer resolution using timeBeginPeriod
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 4bd7776632..80c8691428 100644
--- a/wscript
+++ b/wscript
@@ -841,6 +841,7 @@ def configure(conf):
# needed for at least libsmf
conf.check_cc(function_name='htonl', header_name='winsock2.h', lib='ws2_32')
conf.env.append_value('LIB', 'ws2_32')
+ conf.env.append_value('LIB', 'winmm')
# needed for mingw64 packages, not harmful on normal mingw build
conf.env.append_value('LIB', 'intl')
conf.check_cc(function_name='regcomp', header_name='regex.h',