Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
2091e33d
提交
2091e33d
authored
1月 06, 2011
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
windows update celt-0.10.0
上级
b262f44c
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
91 行增加
和
75 行删除
+91
-75
Download CELT.vcproj
libs/win32/Download CELT.vcproj
+2
-2
Download CELT.vcxproj
libs/win32/Download CELT.vcxproj
+6
-6
libcelt.vcproj
libs/win32/celt/libcelt.vcproj
+29
-21
libcelt.vcxproj
libs/win32/celt/libcelt.vcxproj
+23
-21
libcelt.vcxproj.filters
libs/win32/celt/libcelt.vcxproj.filters
+23
-17
mod_celt.vcproj
src/mod/codecs/mod_celt/mod_celt.vcproj
+4
-4
mod_celt.vcxproj
src/mod/codecs/mod_celt/mod_celt.vcxproj
+4
-4
没有找到文件。
libs/win32/Download CELT.vcproj
浏览文件 @
2091e33d
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
Description=
"Downloading CELT."
Description=
"Downloading CELT."
CommandLine=
"if not exist "$(ProjectDir)..\celt-0.
7.1" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.7.1.tar.gz "$(ProjectDir).."
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.7.1\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.7.1
\libcelt" /C /D /Y /S /I
"
CommandLine=
"if not exist "$(ProjectDir)..\celt-0.
10.0" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.10.0.tar.gz "$(ProjectDir).."
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.10.0\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.10.0
\libcelt" /C /D /Y /S /I
"
Outputs=
"$(ProjectDir)..\CELT"
Outputs=
"$(ProjectDir)..\CELT"
/>
/>
</FileConfiguration>
</FileConfiguration>
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
Description=
"Downloading CELT."
Description=
"Downloading CELT."
CommandLine=
"if not exist "$(ProjectDir)..\celt-0.
7.1" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.7.1.tar.gz "$(ProjectDir).."
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.7.1\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.7.1
\libcelt" /C /D /Y /S /I
"
CommandLine=
"if not exist "$(ProjectDir)..\celt-0.
10.0" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.10.0.tar.gz "$(ProjectDir).."
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.10.0\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.10.0
\libcelt" /C /D /Y /S /I
"
Outputs=
"$(ProjectDir)..\CELT"
Outputs=
"$(ProjectDir)..\CELT"
/>
/>
</FileConfiguration>
</FileConfiguration>
...
...
libs/win32/Download CELT.vcxproj
浏览文件 @
2091e33d
...
@@ -65,15 +65,15 @@
...
@@ -65,15 +65,15 @@
<CustomBuild
Include=
"cleancount"
>
<CustomBuild
Include=
"cleancount"
>
<FileType>
Document
</FileType>
<FileType>
Document
</FileType>
<Message
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Downloading CELT.
</Message>
<Message
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
Downloading CELT.
</Message>
<Command
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
if not exist "$(ProjectDir)..\celt-0.
7.1" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.7.1
.tar.gz "$(ProjectDir).."
<Command
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
if not exist "$(ProjectDir)..\celt-0.
10.0" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.10.0
.tar.gz "$(ProjectDir).."
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.
7.1
\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.
10.0
\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.
7.1
\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.
10.0
\libcelt" /C /D /Y /S /I
</Command>
</Command>
<Outputs
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(ProjectDir)..\CELT;%(Outputs)
</Outputs>
<Outputs
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
$(ProjectDir)..\CELT;%(Outputs)
</Outputs>
<Message
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
Downloading CELT.
</Message>
<Message
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
Downloading CELT.
</Message>
<Command
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
if not exist "$(ProjectDir)..\celt-0.
7.1" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.7.1
.tar.gz "$(ProjectDir).."
<Command
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
if not exist "$(ProjectDir)..\celt-0.
10.0" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/celt-0.10.0
.tar.gz "$(ProjectDir).."
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.
7.1
\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\config.h" "$(ProjectDir)..\celt-0.
10.0
\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.
7.1
\libcelt" /C /D /Y /S /I
xcopy "$(ProjectDir)\celt\float_cast.h" "$(ProjectDir)..\celt-0.
10.0
\libcelt" /C /D /Y /S /I
</Command>
</Command>
<Outputs
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(ProjectDir)..\CELT;%(Outputs)
</Outputs>
<Outputs
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
$(ProjectDir)..\CELT;%(Outputs)
</Outputs>
</CustomBuild>
</CustomBuild>
...
...
libs/win32/celt/libcelt.vcproj
浏览文件 @
2091e33d
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
AdditionalIncludeDirectories=
"..\..\celt-0.
7.1
\libcelt"
AdditionalIncludeDirectories=
"..\..\celt-0.
10.0
\libcelt"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;HAVE_CONFIG_H"
MinimalRebuild=
"true"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
BasicRuntimeChecks=
"3"
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"0"
Optimization=
"0"
AdditionalIncludeDirectories=
"..\..\celt-0.
7.1
\libcelt"
AdditionalIncludeDirectories=
"..\..\celt-0.
10.0
\libcelt"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64"
MinimalRebuild=
"true"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
BasicRuntimeChecks=
"3"
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
""..\..\celt-0.
7.1
\libcelt""
AdditionalIncludeDirectories=
""..\..\celt-0.
10.0
\libcelt""
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
RuntimeLibrary=
"2"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
EnableFunctionLevelLinking=
"true"
...
@@ -235,7 +235,7 @@
...
@@ -235,7 +235,7 @@
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
Optimization=
"2"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
""..\..\celt-0.
7.1
\libcelt""
AdditionalIncludeDirectories=
""..\..\celt-0.
10.0
\libcelt""
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64"
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64"
RuntimeLibrary=
"2"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
EnableFunctionLevelLinking=
"true"
...
@@ -281,71 +281,79 @@
...
@@ -281,71 +281,79 @@
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\bands.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\bands.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\celt.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\celt.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\cwrs.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\cwrs.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\entcode.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\entcode.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\entdec.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\entdec.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\entenc.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\entenc.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\header.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\header.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\kiss_fft.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\kiss_fft.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1
\libcelt\laplace.c"
RelativePath=
"..\..\celt-0.
10.0
\libcelt\laplace.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\mdct
.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\mathops
.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\modes
.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\mdct
.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\pitch
.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\modes
.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\quant_bands
.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\pitch
.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\rangede
c.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\pl
c.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\rangeenc
.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\quant_bands
.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.
7.1\libcelt\rate
.c"
RelativePath=
"..\..\celt-0.
10.0\libcelt\rangedec
.c"
>
>
</File>
</File>
<File
<File
RelativePath=
"..\..\celt-0.7.1\libcelt\vq.c"
RelativePath=
"..\..\celt-0.10.0\libcelt\rangeenc.c"
>
</File>
<File
RelativePath=
"..\..\celt-0.10.0\libcelt\rate.c"
>
</File>
<File
RelativePath=
"..\..\celt-0.10.0\libcelt\vq.c"
>
>
</File>
</File>
</Filter>
</Filter>
...
...
libs/win32/celt/libcelt.vcxproj
浏览文件 @
2091e33d
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
</Midl>
</Midl>
<ClCompile>
<ClCompile>
<Optimization>
Disabled
</Optimization>
<Optimization>
Disabled
</Optimization>
<AdditionalIncludeDirectories>
..\..\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<MinimalRebuild>
true
</MinimalRebuild>
<MinimalRebuild>
true
</MinimalRebuild>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
<BasicRuntimeChecks>
EnableFastChecks
</BasicRuntimeChecks>
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
<ClCompile>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<Optimization>
MaxSpeed
</Optimization>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<AdditionalIncludeDirectories>
..\..\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<ClCompile>
<ClCompile>
<Optimization>
MaxSpeed
</Optimization>
<Optimization>
MaxSpeed
</Optimization>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<AdditionalIncludeDirectories>
..\..\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_AMD64_;_WIN64;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<RuntimeLibrary>
MultiThreadedDLL
</RuntimeLibrary>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
...
@@ -116,23 +116,25 @@
...
@@ -116,23 +116,25 @@
</ClCompile>
</ClCompile>
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\bands.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\bands.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\celt.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\celt.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\cwrs.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\cwrs.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\entcode.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\entcode.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\entdec.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\entdec.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\entenc.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\entenc.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\header.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\header.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\kiss_fft.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\kiss_fft.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\laplace.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\laplace.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\mdct.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\mathops.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\modes.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\mdct.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\pitch.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\modes.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\quant_bands.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\pitch.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\rangedec.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\plc.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\rangeenc.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\quant_bands.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\rate.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\rangedec.c"
/>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\vq.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\rangeenc.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\rate.c"
/>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\vq.c"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\Download CELT.vcxproj"
>
<ProjectReference
Include=
"..\Download CELT.vcxproj"
>
...
...
libs/win32/celt/libcelt.vcxproj.filters
浏览文件 @
2091e33d
...
@@ -15,55 +15,61 @@
...
@@ -15,55 +15,61 @@
</Filter>
</Filter>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\bands.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\bands.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\celt.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\celt.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\cwrs.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\cwrs.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\entcode.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\entcode.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\entdec.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\entdec.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\entenc.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\entenc.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\header.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\header.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\kiss_fft.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\kiss_fft.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\laplace.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\laplace.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\mdct.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\mdct.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\modes.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\modes.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\pitch.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\pitch.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\quant_bands.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\quant_bands.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\rangedec.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\rangedec.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\rangeenc.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\rangeenc.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.
7.1
\libcelt\rate.c"
>
<ClCompile
Include=
"..\..\celt-0.
10.0
\libcelt\rate.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.7.1\libcelt\vq.c"
>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\vq.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\mathops.c"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\celt-0.10.0\libcelt\plc.c"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
...
...
src/mod/codecs/mod_celt/mod_celt.vcproj
浏览文件 @
2091e33d
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
/>
/>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
7.1
\libcelt"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
10.0
\libcelt"
UsePrecompiledHeader=
"0"
UsePrecompiledHeader=
"0"
/>
/>
<Tool
<Tool
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
/>
/>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
7.1
\libcelt"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
10.0
\libcelt"
UsePrecompiledHeader=
"0"
UsePrecompiledHeader=
"0"
/>
/>
<Tool
<Tool
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
/>
/>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
7.1
\libcelt"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
10.0
\libcelt"
UsePrecompiledHeader=
"0"
UsePrecompiledHeader=
"0"
/>
/>
<Tool
<Tool
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
/>
/>
<Tool
<Tool
Name=
"VCCLCompilerTool"
Name=
"VCCLCompilerTool"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
7.1
\libcelt"
AdditionalIncludeDirectories=
"..\..\..\..\libs\celt-0.
10.0
\libcelt"
UsePrecompiledHeader=
"0"
UsePrecompiledHeader=
"0"
/>
/>
<Tool
<Tool
...
...
src/mod/codecs/mod_celt/mod_celt.vcxproj
浏览文件 @
2091e33d
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
</ClCompile>
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<TargetEnvironment>
X64
</TargetEnvironment>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
</Midl>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
</ClCompile>
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
</ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
</ClCompile>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<TargetEnvironment>
X64
</TargetEnvironment>
<TargetEnvironment>
X64
</TargetEnvironment>
</Midl>
</Midl>
<ClCompile>
<ClCompile>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
7.1
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>
..\..\..\..\libs\celt-0.
10.0
\libcelt;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<PrecompiledHeader>
<PrecompiledHeader>
</PrecompiledHeader>
</PrecompiledHeader>
</ClCompile>
</ClCompile>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论