From: Andrey Volk Date: Mon, 11 Sep 2017 19:27:31 +0000 (+0300) Subject: FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build. X-Git-Tag: v1.8.0~274^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe83efca4508029cb93402663d1dea57839cc160;p=thirdparty%2Ffreeswitch.git FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build. --- diff --git a/libs/win32/portaudio/portaudio.2015.vcxproj b/libs/win32/portaudio/portaudio.2015.vcxproj index 8c33f04865..c5569daac3 100644 --- a/libs/win32/portaudio/portaudio.2015.vcxproj +++ b/libs/win32/portaudio/portaudio.2015.vcxproj @@ -319,7 +319,7 @@ MaxSpeed Default ..\..\portaudio\src\common;..\..\portaudio\include;.\;..\..\portaudio\src\os\win;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_USE_DS%(PreprocessorDefinitions) + WIN32;NDEBUG;_USRDLL;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_USE_DS;%(PreprocessorDefinitions) true MultiThreadedDLL true