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

windows -fix build for recent spandsp changes

上级 e5230762
......@@ -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>
......
......@@ -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" />
......
......@@ -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" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论