From 3c69d5cf702b186f92568b1ba7e14ccf9134b505 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Thu, 21 Mar 2024 19:54:35 +1000 Subject: [PATCH] 3rdparty/cubeb: Fix build for ARM64 --- 3rdparty/cubeb/cubeb.vcxproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/3rdparty/cubeb/cubeb.vcxproj b/3rdparty/cubeb/cubeb.vcxproj index fdcb902253..e75e8ff387 100644 --- a/3rdparty/cubeb/cubeb.vcxproj +++ b/3rdparty/cubeb/cubeb.vcxproj @@ -33,10 +33,14 @@ 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) + @@ -69,7 +73,9 @@ - + + true +