mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:32:48 +02: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(
|
ExternalProject_Add(
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
URL http://hifi-public.s3.amazonaws.com/dependencies/qtaudio_wasapi8.zip
|
URL http://hifi-public.s3.amazonaws.com/dependencies/qtaudio_wasapi8.zip
|
||||||
URL_MD5 2830a17388928253ef22ae9662f914a7
|
URL_MD5 b01510437ea15527156bc25cdf733bd9
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
Loading…
Reference in a new issue