fix windows build for last spandsp changes - trivial

This commit is contained in:
Jeff Lenk 2012-07-21 10:18:27 -05:00
parent be6739e198
commit b2e28d68b5
4 changed files with 18 additions and 4 deletions

View File

@ -1243,7 +1243,11 @@
>
</File>
<File
RelativePath=".\spandsp\t81_t82_arith_coding.h"
RelativePath=".\spandsp\private\t42.h"
>
</File>
<File
RelativePath=".\spandsp\t42.h"
>
</File>
<File
@ -1251,13 +1255,17 @@
>
</File>
<File
RelativePath=".\spandsp\t85.h"
RelativePath=".\spandsp\t81_t82_arith_coding.h"
>
</File>
<File
RelativePath=".\spandsp\private\t85.h"
>
</File>
<File
RelativePath=".\spandsp\t85.h"
>
</File>
</Filter>
<File
RelativePath=".\msvc\spandsp.h"

View File

@ -287,6 +287,7 @@
<ClInclude Include="spandsp\plc.h" />
<ClInclude Include="spandsp\power_meter.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\t85.h" />
<ClInclude Include="spandsp\queue.h" />
@ -297,6 +298,7 @@
<ClInclude Include="spandsp\super_tone_rx.h" />
<ClInclude Include="spandsp\super_tone_tx.h" />
<ClInclude Include="spandsp\swept_tone.h" />
<ClInclude Include="spandsp\t42.h" />
<ClInclude Include="spandsp\t4_rx.h" />
<ClInclude Include="spandsp\t4_tx.h" />
<ClInclude Include="spandsp\t4_t6_decode.h" />

View File

@ -701,6 +701,12 @@
<ClInclude Include="spandsp\t85.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spandsp\t42.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spandsp\private\t42.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="msvc\spandsp.h" />

View File

@ -110,9 +110,7 @@
#include <spandsp/t4_t6_encode.h>
#include <spandsp/t81_t82_arith_coding.h>
#include <spandsp/t85.h>
#if defined(SPANDSP_SUPPORT_T42)
#include <spandsp/t42.h>
#endif
#if defined(SPANDSP_SUPPORT_T43)
#include <spandsp/t43.h>
#endif