mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-5760 committed compiler fixes only
This commit is contained in:
@@ -211,6 +211,7 @@
|
||||
<ClCompile Include="super_tone_tx.c" />
|
||||
<ClCompile Include="swept_tone.c" />
|
||||
<ClCompile Include="t42.c" />
|
||||
<ClCompile Include="t43.c" />
|
||||
<ClCompile Include="t4_rx.c" />
|
||||
<ClCompile Include="t4_t6_decode.c" />
|
||||
<ClCompile Include="t4_t6_encode.c" />
|
||||
@@ -294,6 +295,7 @@
|
||||
<ClInclude Include="spandsp\private\ademco_contactid.h" />
|
||||
<ClInclude Include="spandsp\private\image_translate.h" />
|
||||
<ClInclude Include="spandsp\private\t42.h" />
|
||||
<ClInclude Include="spandsp\private\t43.h" />
|
||||
<ClInclude Include="spandsp\private\t81_t82_arith_coding.h" />
|
||||
<ClInclude Include="spandsp\private\t85.h" />
|
||||
<ClInclude Include="spandsp\queue.h" />
|
||||
@@ -305,6 +307,7 @@
|
||||
<ClInclude Include="spandsp\super_tone_tx.h" />
|
||||
<ClInclude Include="spandsp\swept_tone.h" />
|
||||
<ClInclude Include="spandsp\t42.h" />
|
||||
<ClInclude Include="spandsp\t43.h" />
|
||||
<ClInclude Include="spandsp\t4_rx.h" />
|
||||
<ClInclude Include="spandsp\t4_tx.h" />
|
||||
<ClInclude Include="spandsp\t4_t6_decode.h" />
|
||||
@@ -438,6 +441,10 @@
|
||||
<Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_t43_gray_code_tables.2010.vcxproj">
|
||||
<Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
@@ -286,6 +286,9 @@
|
||||
<ClCompile Include="alloc.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="t43.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="spandsp\adsi.h">
|
||||
@@ -725,6 +728,12 @@
|
||||
<ClInclude Include="spandsp\private\image_translate.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spandsp\t43.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spandsp\private\t43.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="msvc\spandsp.h" />
|
||||
|
||||
@@ -215,6 +215,7 @@
|
||||
<ClCompile Include="super_tone_tx.c" />
|
||||
<ClCompile Include="swept_tone.c" />
|
||||
<ClCompile Include="t42.c" />
|
||||
<ClCompile Include="t43.c" />
|
||||
<ClCompile Include="t4_rx.c" />
|
||||
<ClCompile Include="t4_t6_decode.c" />
|
||||
<ClCompile Include="t4_t6_encode.c" />
|
||||
@@ -298,6 +299,7 @@
|
||||
<ClInclude Include="spandsp\private\ademco_contactid.h" />
|
||||
<ClInclude Include="spandsp\private\image_translate.h" />
|
||||
<ClInclude Include="spandsp\private\t42.h" />
|
||||
<ClInclude Include="spandsp\private\t43.h" />
|
||||
<ClInclude Include="spandsp\private\t81_t82_arith_coding.h" />
|
||||
<ClInclude Include="spandsp\private\t85.h" />
|
||||
<ClInclude Include="spandsp\queue.h" />
|
||||
@@ -309,6 +311,7 @@
|
||||
<ClInclude Include="spandsp\super_tone_tx.h" />
|
||||
<ClInclude Include="spandsp\swept_tone.h" />
|
||||
<ClInclude Include="spandsp\t42.h" />
|
||||
<ClInclude Include="spandsp\t43.h" />
|
||||
<ClInclude Include="spandsp\t4_rx.h" />
|
||||
<ClInclude Include="spandsp\t4_tx.h" />
|
||||
<ClInclude Include="spandsp\t4_t6_decode.h" />
|
||||
@@ -442,6 +445,10 @@
|
||||
<Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="msvc\make_t43_gray_code_tables.2012.vcxproj">
|
||||
<Project>{eddb8ab9-c53e-44c0-a620-0e86c2cbd5d5}</Project>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
@@ -286,6 +286,9 @@
|
||||
<ClCompile Include="alloc.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="t43.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="spandsp\adsi.h">
|
||||
@@ -725,6 +728,12 @@
|
||||
<ClInclude Include="spandsp\private\image_translate.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spandsp\t43.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spandsp\private\t43.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="msvc\spandsp.h" />
|
||||
|
||||
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
||||
int j;
|
||||
int gray;
|
||||
int new_gray;
|
||||
int restore;
|
||||
int restore = 0;
|
||||
|
||||
printf("static const int16_t gray_code[4096] =\n{\n");
|
||||
for (i = 0; i < 4096; i++)
|
||||
|
||||
@@ -117,9 +117,7 @@
|
||||
#include <spandsp/t81_t82_arith_coding.h>
|
||||
#include <spandsp/t85.h>
|
||||
#include <spandsp/t42.h>
|
||||
#if defined(SPANDSP_SUPPORT_T43)
|
||||
#include <spandsp/t43.h>
|
||||
#endif
|
||||
#include <spandsp/t30.h>
|
||||
#include <spandsp/t30_api.h>
|
||||
#include <spandsp/t30_fcf.h>
|
||||
|
||||
Reference in New Issue
Block a user