提交 d8018201 authored 作者: Michael Jerris's avatar Michael Jerris

add pcm in core in windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7687 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 21bab635
...@@ -206,6 +206,26 @@ ...@@ -206,6 +206,26 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
> >
<File
RelativePath="..\..\src\g711.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File <File
RelativePath="..\..\libs\stfu\stfu.c" RelativePath="..\..\libs\stfu\stfu.c"
> >
...@@ -406,6 +426,10 @@ ...@@ -406,6 +426,10 @@
RelativePath="..\..\src\switch_odbc.c" RelativePath="..\..\src\switch_odbc.c"
> >
</File> </File>
<File
RelativePath="..\..\src\switch_pcm.c"
>
</File>
<File <File
RelativePath="..\..\src\switch_regex.c" RelativePath="..\..\src\switch_regex.c"
> >
...@@ -464,6 +488,10 @@ ...@@ -464,6 +488,10 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd" Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
> >
<File
RelativePath="..\..\src\include\g711.h"
>
</File>
<File <File
RelativePath="..\..\src\include\SimpleGlob.h" RelativePath="..\..\src\include\SimpleGlob.h"
> >
...@@ -505,11 +533,11 @@ ...@@ -505,11 +533,11 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\include\private\switch_core.h" RelativePath="..\..\src\include\switch_core.h"
> >
</File> </File>
<File <File
RelativePath="..\..\src\include\switch_core.h" RelativePath="..\..\src\include\private\switch_core.h"
> >
</File> </File>
<File <File
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论