Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
bfd1a5a9
提交
bfd1a5a9
authored
2月 15, 2014
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix core speex for recent commit
上级
44bf44e7
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
2 行删除
+12
-2
switch_speex.c
src/switch_speex.c
+4
-0
FreeSwitchCore.2010.vcxproj
w32/Library/FreeSwitchCore.2010.vcxproj
+3
-0
FreeSwitchCore.2012.vcxproj
w32/Library/FreeSwitchCore.2012.vcxproj
+5
-2
没有找到文件。
src/switch_speex.c
浏览文件 @
bfd1a5a9
...
@@ -35,6 +35,10 @@
...
@@ -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
);
...
...
w32/Library/FreeSwitchCore.2010.vcxproj
浏览文件 @
bfd1a5a9
...
@@ -816,6 +816,9 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
...
@@ -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>
...
...
w32/Library/FreeSwitchCore.2012.vcxproj
浏览文件 @
bfd1a5a9
<?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
...
@@ -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
...
@@ -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>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论