fix core speex for recent commit
This commit is contained in:
parent
44bf44e774
commit
bfd1a5a9dc
|
@ -35,6 +35,10 @@
|
||||||
#include <speex/speex.h>
|
#include <speex/speex.h>
|
||||||
#include <speex/speex_preprocess.h>
|
#include <speex/speex_preprocess.h>
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#undef SWITCH_MOD_DECLARE_DATA
|
||||||
|
#define SWITCH_MOD_DECLARE_DATA __declspec(dllexport)
|
||||||
|
#endif
|
||||||
SWITCH_MODULE_LOAD_FUNCTION(core_speex_load);
|
SWITCH_MODULE_LOAD_FUNCTION(core_speex_load);
|
||||||
SWITCH_MODULE_DEFINITION(CORE_SPEEX_MODULE, core_speex_load, NULL, NULL);
|
SWITCH_MODULE_DEFINITION(CORE_SPEEX_MODULE, core_speex_load, NULL, NULL);
|
||||||
|
|
||||||
|
|
|
@ -816,6 +816,9 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||||
<Project>{03207781-0d1c-4db3-a71d-45c608f28dbd}</Project>
|
<Project>{03207781-0d1c-4db3-a71d-45c608f28dbd}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\libs\speex\win32\VS2008\libspeex\libspeex.vcxproj">
|
||||||
|
<Project>{e972c52f-9e85-4d65-b19c-031e511e9db4}</Project>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\libs\srtp\libsrtp.2010.vcxproj">
|
<ProjectReference Include="..\..\libs\srtp\libsrtp.2010.vcxproj">
|
||||||
<Project>{eef031cb-fed8-451e-a471-91ec8d4f6750}</Project>
|
<Project>{eef031cb-fed8-451e-a471-91ec8d4f6750}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
|
@ -838,6 +838,9 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||||
<Project>{03207781-0d1c-4db3-a71d-45c608f28dbd}</Project>
|
<Project>{03207781-0d1c-4db3-a71d-45c608f28dbd}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\..\libs\speex\win32\VS2012\libspeex\libspeex.vcxproj">
|
||||||
|
<Project>{e972c52f-9e85-4d65-b19c-031e511e9db4}</Project>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\..\libs\srtp\libsrtp.2012.vcxproj">
|
<ProjectReference Include="..\..\libs\srtp\libsrtp.2012.vcxproj">
|
||||||
<Project>{eef031cb-fed8-451e-a471-91ec8d4f6750}</Project>
|
<Project>{eef031cb-fed8-451e-a471-91ec8d4f6750}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
|
@ -888,4 +891,4 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue