提交 b2e28d68 authored 作者: Jeff Lenk's avatar Jeff Lenk

fix windows build for last spandsp changes - trivial

上级 be6739e1
...@@ -1243,7 +1243,11 @@ ...@@ -1243,7 +1243,11 @@
> >
</File> </File>
<File <File
RelativePath=".\spandsp\t81_t82_arith_coding.h" RelativePath=".\spandsp\private\t42.h"
>
</File>
<File
RelativePath=".\spandsp\t42.h"
> >
</File> </File>
<File <File
...@@ -1251,13 +1255,17 @@ ...@@ -1251,13 +1255,17 @@
> >
</File> </File>
<File <File
RelativePath=".\spandsp\t85.h" RelativePath=".\spandsp\t81_t82_arith_coding.h"
> >
</File> </File>
<File <File
RelativePath=".\spandsp\private\t85.h" RelativePath=".\spandsp\private\t85.h"
> >
</File> </File>
<File
RelativePath=".\spandsp\t85.h"
>
</File>
</Filter> </Filter>
<File <File
RelativePath=".\msvc\spandsp.h" RelativePath=".\msvc\spandsp.h"
......
...@@ -287,6 +287,7 @@ ...@@ -287,6 +287,7 @@
<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\private\ademco_contactid.h" />
<ClInclude Include="spandsp\private\t42.h" />
<ClInclude Include="spandsp\private\t81_t82_arith_coding.h" /> <ClInclude Include="spandsp\private\t81_t82_arith_coding.h" />
<ClInclude Include="spandsp\private\t85.h" /> <ClInclude Include="spandsp\private\t85.h" />
<ClInclude Include="spandsp\queue.h" /> <ClInclude Include="spandsp\queue.h" />
...@@ -297,6 +298,7 @@ ...@@ -297,6 +298,7 @@
<ClInclude Include="spandsp\super_tone_rx.h" /> <ClInclude Include="spandsp\super_tone_rx.h" />
<ClInclude Include="spandsp\super_tone_tx.h" /> <ClInclude Include="spandsp\super_tone_tx.h" />
<ClInclude Include="spandsp\swept_tone.h" /> <ClInclude Include="spandsp\swept_tone.h" />
<ClInclude Include="spandsp\t42.h" />
<ClInclude Include="spandsp\t4_rx.h" /> <ClInclude Include="spandsp\t4_rx.h" />
<ClInclude Include="spandsp\t4_tx.h" /> <ClInclude Include="spandsp\t4_tx.h" />
<ClInclude Include="spandsp\t4_t6_decode.h" /> <ClInclude Include="spandsp\t4_t6_decode.h" />
......
...@@ -701,6 +701,12 @@ ...@@ -701,6 +701,12 @@
<ClInclude Include="spandsp\t85.h"> <ClInclude Include="spandsp\t85.h">
<Filter>Header Files</Filter> <Filter>Header Files</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="spandsp\t42.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spandsp\private\t42.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<CustomBuild Include="msvc\spandsp.h" /> <CustomBuild Include="msvc\spandsp.h" />
......
...@@ -110,9 +110,7 @@ ...@@ -110,9 +110,7 @@
#include <spandsp/t4_t6_encode.h> #include <spandsp/t4_t6_encode.h>
#include <spandsp/t81_t82_arith_coding.h> #include <spandsp/t81_t82_arith_coding.h>
#include <spandsp/t85.h> #include <spandsp/t85.h>
#if defined(SPANDSP_SUPPORT_T42)
#include <spandsp/t42.h> #include <spandsp/t42.h>
#endif
#if defined(SPANDSP_SUPPORT_T43) #if defined(SPANDSP_SUPPORT_T43)
#include <spandsp/t43.h> #include <spandsp/t43.h>
#endif #endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论