mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Merge pull request #16393 from kencooke/audio-wasapi-qt5.12.3-fix
DEV-2521: Volume of other programs is reduced by approx 50%
This commit is contained in:
commit
651b3e90d3
1 changed files with 2 additions and 2 deletions
4
cmake/externals/wasapi/CMakeLists.txt
vendored
4
cmake/externals/wasapi/CMakeLists.txt
vendored
|
@ -6,8 +6,8 @@ if (WIN32)
|
|||
include(ExternalProject)
|
||||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
URL https://public.highfidelity.com/dependencies/qtaudio_wasapi12.zip
|
||||
URL_MD5 9e2eef41165f85344808f754b48bf08d
|
||||
URL https://public.highfidelity.com/dependencies/qtaudio_wasapi13.zip
|
||||
URL_MD5 aa56a45f19c18caee13d29a40d1d7d28
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND ""
|
||||
|
|
Loading…
Reference in a new issue