提交 7f418621 authored 作者: Jeff Lenk's avatar Jeff Lenk

build fix for recent spandsp commit - windows

上级 5c259f26
...@@ -155,6 +155,7 @@ ...@@ -155,6 +155,7 @@
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="ademco_contactid.c" />
<ClCompile Include="adsi.c" /> <ClCompile Include="adsi.c" />
<ClCompile Include="async.c" /> <ClCompile Include="async.c" />
<ClCompile Include="at_interpreter.c" /> <ClCompile Include="at_interpreter.c" />
...@@ -239,6 +240,7 @@ ...@@ -239,6 +240,7 @@
<ClCompile Include="msvc\gettimeofday.c" /> <ClCompile Include="msvc\gettimeofday.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="spandsp\ademco_contactid.h" />
<ClInclude Include="spandsp\adsi.h" /> <ClInclude Include="spandsp\adsi.h" />
<ClInclude Include="spandsp\async.h" /> <ClInclude Include="spandsp\async.h" />
<ClInclude Include="spandsp\arctan2.h" /> <ClInclude Include="spandsp\arctan2.h" />
...@@ -279,6 +281,7 @@ ...@@ -279,6 +281,7 @@
<ClInclude Include="spandsp\playout.h" /> <ClInclude Include="spandsp\playout.h" />
<ClInclude Include="spandsp\plc.h" /> <ClInclude Include="spandsp\plc.h" />
<ClInclude Include="spandsp\power_meter.h" /> <ClInclude Include="spandsp\power_meter.h" />
<ClInclude Include="spandsp\private\ademco_contactid.h" />
<ClInclude Include="spandsp\queue.h" /> <ClInclude Include="spandsp\queue.h" />
<ClInclude Include="spandsp\saturated.h" /> <ClInclude Include="spandsp\saturated.h" />
<ClInclude Include="spandsp\schedule.h" /> <ClInclude Include="spandsp\schedule.h" />
......
...@@ -253,6 +253,12 @@ ...@@ -253,6 +253,12 @@
<ClCompile Include="msvc\gettimeofday.c"> <ClCompile Include="msvc\gettimeofday.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="timezone.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ademco_contactid.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="spandsp\adsi.h"> <ClInclude Include="spandsp\adsi.h">
...@@ -660,6 +666,14 @@ ...@@ -660,6 +666,14 @@
<ClInclude Include="spandsp.h"> <ClInclude Include="spandsp.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="spandsp\t4_t6_decode.h" />
<ClInclude Include="spandsp\t4_t6_encode.h" />
<ClInclude Include="spandsp\ademco_contactid.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spandsp\private\ademco_contactid.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<CustomBuild Include="msvc\spandsp.h" /> <CustomBuild Include="msvc\spandsp.h" />
......
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
#include <spandsp/t38_terminal.h> #include <spandsp/t38_terminal.h>
#include <spandsp/t31.h> #include <spandsp/t31.h>
#include <spandsp/adsi.h> #include <spandsp/adsi.h>
#include <spandsp/ademco_contactid.h>
#include <spandsp/oki_adpcm.h> #include <spandsp/oki_adpcm.h>
#include <spandsp/ima_adpcm.h> #include <spandsp/ima_adpcm.h>
#include <spandsp/g722.h> #include <spandsp/g722.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论