From e1fa10b4de1473b0c93d4ab198f2e911bc833117 Mon Sep 17 00:00:00 2001 From: Ken Cooke Date: Tue, 22 Oct 2019 14:14:41 -0700 Subject: [PATCH] Updated Qt 5.12.3 WASAPI plugin. Reverted patch that applied "eCommunications" role to our audio streams. --- cmake/externals/wasapi/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/externals/wasapi/CMakeLists.txt b/cmake/externals/wasapi/CMakeLists.txt index 18d93bde40..286d18e2b5 100644 --- a/cmake/externals/wasapi/CMakeLists.txt +++ b/cmake/externals/wasapi/CMakeLists.txt @@ -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 ""