From 5da65c237d82b7813e20f1e056a143c97d33f1a2 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 1 Oct 2023 20:46:21 +1000 Subject: [PATCH] dep/cubeb: Disable winmm on Windows/ARM64 Needs ksuser.lib, which is incompatible with clang-cl.. --- dep/cubeb/cubeb.vcxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dep/cubeb/cubeb.vcxproj b/dep/cubeb/cubeb.vcxproj index fb85f7502..9a46ae6d1 100644 --- a/dep/cubeb/cubeb.vcxproj +++ b/dep/cubeb/cubeb.vcxproj @@ -33,7 +33,9 @@ - + + true + @@ -43,14 +45,15 @@ TurnOffAllWarnings - USE_WASAPI;USE_WINMM;OUTSIDE_SPEEX;FLOATING_POINT;RANDOM_PREFIX=speex;EXPORT=;%(PreprocessorDefinitions) + USE_WASAPI;OUTSIDE_SPEEX;FLOATING_POINT;RANDOM_PREFIX=speex;EXPORT=;%(PreprocessorDefinitions) + USE_WINMM;%(PreprocessorDefinitions) $(ProjectDir)include;$(ProjectDir)src;$(ProjectDir)subprojects;%(AdditionalIncludeDirectories) stdcpp14 - ksuser.lib;%(AdditionalDependencies) + ksuser.lib;%(AdditionalDependencies)