mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-8875: [mod_avmd] fix windows build from this change
This commit is contained in:
parent
0763f694ff
commit
f32edbb936
@ -1,6 +1,6 @@
|
||||
#ifndef __AVMD_DESA2_TWEAKED_H__
|
||||
|
||||
|
||||
#include <switch.h>
|
||||
#include <stdio.h>
|
||||
#ifdef WIN32
|
||||
#include <float.h>
|
||||
@ -16,9 +16,6 @@
|
||||
#include "avmd_fast_acosf.h"
|
||||
#endif
|
||||
|
||||
#include <switch.h>
|
||||
|
||||
|
||||
double
|
||||
avmd_desa2_tweaked(circ_buffer_t *b, size_t i)
|
||||
{
|
||||
|
@ -126,7 +126,7 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="avmd_amplitude.h" />
|
||||
<ClInclude Include="avmd_buffer.h" />
|
||||
<ClInclude Include="avmd_desa2.h" />
|
||||
<ClInclude Include="avmd_desa2_tweaked.h" />
|
||||
<ClInclude Include="avmd_fast_acosf.h" />
|
||||
<ClInclude Include="avmd_goertzel.h" />
|
||||
<ClInclude Include="avmd_options.h" />
|
||||
@ -136,7 +136,7 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="avmd_amplitude.c" />
|
||||
<ClCompile Include="avmd_buffer.c" />
|
||||
<ClCompile Include="avmd_desa2.c" />
|
||||
<ClCompile Include="avmd_desa2_tweaked.c" />
|
||||
<ClCompile Include="avmd_fast_acosf.c" />
|
||||
<ClCompile Include="avmd_goertzel.c" />
|
||||
<ClCompile Include="mod_avmd.c" />
|
||||
@ -154,4 +154,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user