mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 04:01:55 +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__
|
#ifndef __AVMD_DESA2_TWEAKED_H__
|
||||||
|
|
||||||
|
#include <switch.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
@ -16,9 +16,6 @@
|
|||||||
#include "avmd_fast_acosf.h"
|
#include "avmd_fast_acosf.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <switch.h>
|
|
||||||
|
|
||||||
|
|
||||||
double
|
double
|
||||||
avmd_desa2_tweaked(circ_buffer_t *b, size_t i)
|
avmd_desa2_tweaked(circ_buffer_t *b, size_t i)
|
||||||
{
|
{
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="avmd_amplitude.h" />
|
<ClInclude Include="avmd_amplitude.h" />
|
||||||
<ClInclude Include="avmd_buffer.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_fast_acosf.h" />
|
||||||
<ClInclude Include="avmd_goertzel.h" />
|
<ClInclude Include="avmd_goertzel.h" />
|
||||||
<ClInclude Include="avmd_options.h" />
|
<ClInclude Include="avmd_options.h" />
|
||||||
@ -136,7 +136,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="avmd_amplitude.c" />
|
<ClCompile Include="avmd_amplitude.c" />
|
||||||
<ClCompile Include="avmd_buffer.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_fast_acosf.c" />
|
||||||
<ClCompile Include="avmd_goertzel.c" />
|
<ClCompile Include="avmd_goertzel.c" />
|
||||||
<ClCompile Include="mod_avmd.c" />
|
<ClCompile Include="mod_avmd.c" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user