windows -fix build for recent spandsp changes
This commit is contained in:
parent
e523076274
commit
d1c3f910a6
|
@ -470,6 +470,10 @@
|
||||||
RelativePath="ima_adpcm.c"
|
RelativePath="ima_adpcm.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\image_translate.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="logging.c"
|
RelativePath="logging.c"
|
||||||
>
|
>
|
||||||
|
@ -694,6 +698,14 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="Header Files"
|
Name="Header Files"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\spandsp\image_translate.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\spandsp\private\image_translate.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="spandsp.h"
|
RelativePath="spandsp.h"
|
||||||
>
|
>
|
||||||
|
@ -1259,11 +1271,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\spandsp\private\t85.h"
|
RelativePath=".\spandsp\t85.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\spandsp\t85.h"
|
RelativePath=".\spandsp\private\t85.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
|
|
@ -186,6 +186,7 @@
|
||||||
<ClCompile Include="gsm0610_rpe.c" />
|
<ClCompile Include="gsm0610_rpe.c" />
|
||||||
<ClCompile Include="gsm0610_short_term.c" />
|
<ClCompile Include="gsm0610_short_term.c" />
|
||||||
<ClCompile Include="hdlc.c" />
|
<ClCompile Include="hdlc.c" />
|
||||||
|
<ClCompile Include="image_translate.c" />
|
||||||
<ClCompile Include="ima_adpcm.c" />
|
<ClCompile Include="ima_adpcm.c" />
|
||||||
<ClCompile Include="logging.c" />
|
<ClCompile Include="logging.c" />
|
||||||
<ClCompile Include="lpc10_analyse.c" />
|
<ClCompile Include="lpc10_analyse.c" />
|
||||||
|
@ -276,6 +277,7 @@
|
||||||
<ClInclude Include="spandsp\g726.h" />
|
<ClInclude Include="spandsp\g726.h" />
|
||||||
<ClInclude Include="spandsp\gsm0610.h" />
|
<ClInclude Include="spandsp\gsm0610.h" />
|
||||||
<ClInclude Include="spandsp\hdlc.h" />
|
<ClInclude Include="spandsp\hdlc.h" />
|
||||||
|
<ClInclude Include="spandsp\image_translate.h" />
|
||||||
<ClInclude Include="spandsp\ima_adpcm.h" />
|
<ClInclude Include="spandsp\ima_adpcm.h" />
|
||||||
<ClInclude Include="spandsp\logging.h" />
|
<ClInclude Include="spandsp\logging.h" />
|
||||||
<ClInclude Include="spandsp\lpc10.h" />
|
<ClInclude Include="spandsp\lpc10.h" />
|
||||||
|
@ -287,6 +289,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\image_translate.h" />
|
||||||
<ClInclude Include="spandsp\private\t42.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" />
|
||||||
|
|
|
@ -274,6 +274,9 @@
|
||||||
<ClCompile Include="t4_t6_encode.c">
|
<ClCompile Include="t4_t6_encode.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="image_translate.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="spandsp\adsi.h">
|
<ClInclude Include="spandsp\adsi.h">
|
||||||
|
@ -707,6 +710,12 @@
|
||||||
<ClInclude Include="spandsp\private\t42.h">
|
<ClInclude Include="spandsp\private\t42.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</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>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CustomBuild Include="msvc\spandsp.h" />
|
<CustomBuild Include="msvc\spandsp.h" />
|
||||||
|
|
Loading…
Reference in New Issue