mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Bugfix: new threading changes in the Qt5.7.1 plugin were causing deadlock
This commit is contained in:
parent
746ae6dfd3
commit
807a6d5831
1 changed files with 1 additions and 1 deletions
2
cmake/externals/wasapi/CMakeLists.txt
vendored
2
cmake/externals/wasapi/CMakeLists.txt
vendored
|
@ -7,7 +7,7 @@ if (WIN32)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/qtaudio_wasapi8.zip
|
||||
URL_MD5 2830a17388928253ef22ae9662f914a7
|
||||
URL_MD5 b01510437ea15527156bc25cdf733bd9
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND ""
|
||||
|
|
Loading…
Reference in a new issue