windows -fix build for recent spandsp changes

This commit is contained in:
Jeff Lenk 2012-08-03 16:46:48 -05:00
parent e523076274
commit d1c3f910a6
3 changed files with 26 additions and 2 deletions

View File

@ -470,6 +470,10 @@
RelativePath="ima_adpcm.c"
>
</File>
<File
RelativePath=".\image_translate.c"
>
</File>
<File
RelativePath="logging.c"
>
@ -694,6 +698,14 @@
<Filter
Name="Header Files"
>
<File
RelativePath=".\spandsp\image_translate.h"
>
</File>
<File
RelativePath=".\spandsp\private\image_translate.h"
>
</File>
<File
RelativePath="spandsp.h"
>
@ -1259,11 +1271,11 @@
>
</File>
<File
RelativePath=".\spandsp\private\t85.h"
RelativePath=".\spandsp\t85.h"
>
</File>
<File
RelativePath=".\spandsp\t85.h"
RelativePath=".\spandsp\private\t85.h"
>
</File>
</Filter>

View File

@ -186,6 +186,7 @@
<ClCompile Include="gsm0610_rpe.c" />
<ClCompile Include="gsm0610_short_term.c" />
<ClCompile Include="hdlc.c" />
<ClCompile Include="image_translate.c" />
<ClCompile Include="ima_adpcm.c" />
<ClCompile Include="logging.c" />
<ClCompile Include="lpc10_analyse.c" />
@ -276,6 +277,7 @@
<ClInclude Include="spandsp\g726.h" />
<ClInclude Include="spandsp\gsm0610.h" />
<ClInclude Include="spandsp\hdlc.h" />
<ClInclude Include="spandsp\image_translate.h" />
<ClInclude Include="spandsp\ima_adpcm.h" />
<ClInclude Include="spandsp\logging.h" />
<ClInclude Include="spandsp\lpc10.h" />
@ -287,6 +289,7 @@
<ClInclude Include="spandsp\plc.h" />
<ClInclude Include="spandsp\power_meter.h" />
<ClInclude Include="spandsp\private\ademco_contactid.h" />
<ClInclude Include="spandsp\private\image_translate.h" />
<ClInclude Include="spandsp\private\t42.h" />
<ClInclude Include="spandsp\private\t81_t82_arith_coding.h" />
<ClInclude Include="spandsp\private\t85.h" />

View File

@ -274,6 +274,9 @@
<ClCompile Include="t4_t6_encode.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="image_translate.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="spandsp\adsi.h">
@ -707,6 +710,12 @@
<ClInclude Include="spandsp\private\t42.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spandsp\image_translate.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="spandsp\private\image_translate.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="msvc\spandsp.h" />