mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Merge pull request #26 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-11014-refactor-vad-code-in-core to v1.8-fsa
* commit '8fa8749e1a508b8ebb61b02992a0617d0e9e8718': FS-11014: [core] Add vad to core on Windows.
This commit is contained in:
@@ -470,6 +470,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||
<ClCompile Include="..\..\src\switch_stun.c" />
|
||||
<ClCompile Include="..\..\src\switch_time.c" />
|
||||
<ClCompile Include="..\..\src\switch_utils.c" />
|
||||
<ClCompile Include="..\..\src\switch_vad.c" />
|
||||
<ClCompile Include="..\..\src\switch_version.c" />
|
||||
<ClCompile Include="..\..\src\switch_vpx.c" />
|
||||
<ClCompile Include="..\..\src\switch_jitterbuffer.c" />
|
||||
@@ -805,6 +806,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
|
||||
<ClInclude Include="..\..\src\include\switch_stun.h" />
|
||||
<ClInclude Include="..\..\src\include\switch_types.h" />
|
||||
<ClInclude Include="..\..\src\include\switch_utils.h" />
|
||||
<ClInclude Include="..\..\src\include\switch_vad.h" />
|
||||
<ClInclude Include="..\..\src\include\switch_version.h" />
|
||||
<ClInclude Include="..\..\src\include\switch_vpx.h" />
|
||||
<ClInclude Include="..\..\src\include\switch_xml.h" />
|
||||
|
||||
Reference in New Issue
Block a user