Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
d2b940d9
提交
d2b940d9
authored
7月 15, 2012
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix windows spandsp build for recent commits
上级
5a0d9514
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
1243 行增加
和
321 行删除
+1243
-321
libspandsp.2008.vcproj
libs/spandsp/src/libspandsp.2008.vcproj
+1197
-321
libspandsp.2010.vcxproj
libs/spandsp/src/libspandsp.2010.vcxproj
+9
-0
libspandsp.2010.vcxproj.filters
libs/spandsp/src/libspandsp.2010.vcxproj.filters
+27
-0
spandsp.h
libs/spandsp/src/msvc/spandsp.h
+2
-0
t4_tx.c
libs/spandsp/src/t4_tx.c
+4
-0
t85_encode.c
libs/spandsp/src/t85_encode.c
+4
-0
没有找到文件。
libs/spandsp/src/libspandsp.2008.vcproj
浏览文件 @
d2b940d9
差异被折叠。
点击展开。
libs/spandsp/src/libspandsp.2010.vcxproj
浏览文件 @
d2b940d9
...
...
@@ -208,6 +208,8 @@
<ClCompile
Include=
"super_tone_tx.c"
/>
<ClCompile
Include=
"swept_tone.c"
/>
<ClCompile
Include=
"t4_rx.c"
/>
<ClCompile
Include=
"t4_t6_decode.c"
/>
<ClCompile
Include=
"t4_t6_encode.c"
/>
<ClCompile
Include=
"t4_tx.c"
/>
<ClCompile
Include=
"t30.c"
/>
<ClCompile
Include=
"t30_api.c"
/>
...
...
@@ -218,6 +220,9 @@
<ClCompile
Include=
"t38_gateway.c"
/>
<ClCompile
Include=
"t38_non_ecm_buffer.c"
/>
<ClCompile
Include=
"t38_terminal.c"
/>
<ClCompile
Include=
"t81_t82_arith_coding.c"
/>
<ClCompile
Include=
"t85_decode.c"
/>
<ClCompile
Include=
"t85_encode.c"
/>
<ClCompile
Include=
"testcpuid.c"
/>
<ClCompile
Include=
"time_scale.c"
/>
<ClCompile
Include=
"timezone.c"
/>
...
...
@@ -282,6 +287,8 @@
<ClInclude
Include=
"spandsp\plc.h"
/>
<ClInclude
Include=
"spandsp\power_meter.h"
/>
<ClInclude
Include=
"spandsp\private\ademco_contactid.h"
/>
<ClInclude
Include=
"spandsp\private\t81_t82_arith_coding.h"
/>
<ClInclude
Include=
"spandsp\private\t85.h"
/>
<ClInclude
Include=
"spandsp\queue.h"
/>
<ClInclude
Include=
"spandsp\saturated.h"
/>
<ClInclude
Include=
"spandsp\schedule.h"
/>
...
...
@@ -304,6 +311,8 @@
<ClInclude
Include=
"spandsp\t38_gateway.h"
/>
<ClInclude
Include=
"spandsp\t38_non_ecm_buffer.h"
/>
<ClInclude
Include=
"spandsp\t38_terminal.h"
/>
<ClInclude
Include=
"spandsp\t81_t82_arith_coding.h"
/>
<ClInclude
Include=
"spandsp\t85.h"
/>
<ClInclude
Include=
"spandsp\telephony.h"
/>
<ClInclude
Include=
"spandsp\time_scale.h"
/>
<ClInclude
Include=
"spandsp\timing.h"
/>
...
...
libs/spandsp/src/libspandsp.2010.vcxproj.filters
浏览文件 @
d2b940d9
...
...
@@ -259,6 +259,21 @@
<ClCompile
Include=
"ademco_contactid.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"t81_t82_arith_coding.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"t85_decode.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"t85_encode.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"t4_t6_decode.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"t4_t6_encode.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"spandsp\adsi.h"
>
...
...
@@ -674,6 +689,18 @@
<ClInclude
Include=
"spandsp\private\ademco_contactid.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"spandsp\private\t81_t82_arith_coding.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"spandsp\private\t85.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"spandsp\t81_t82_arith_coding.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"spandsp\t85.h"
>
<Filter>
Header Files
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild
Include=
"msvc\spandsp.h"
/>
...
...
libs/spandsp/src/msvc/spandsp.h
浏览文件 @
d2b940d9
...
...
@@ -104,6 +104,8 @@
#include <spandsp/t4_tx.h>
#include <spandsp/t4_t6_decode.h>
#include <spandsp/t4_t6_encode.h>
#include <spandsp/t81_t82_arith_coding.h>
#include <spandsp/t85.h>
#include <spandsp/t30.h>
#include <spandsp/t30_api.h>
#include <spandsp/t30_fcf.h>
...
...
libs/spandsp/src/t4_tx.c
浏览文件 @
d2b940d9
...
...
@@ -81,6 +81,10 @@
#include "faxfont.h"
#ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
/*! The number of centimetres in one inch */
#define CM_PER_INCH 2.54f
...
...
libs/spandsp/src/t85_encode.c
浏览文件 @
d2b940d9
...
...
@@ -46,6 +46,10 @@
#include "spandsp/private/t81_t82_arith_coding.h"
#include "spandsp/private/t85.h"
#ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
/* Image length update status */
enum
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论