FS-8875: [mod_avmd] fix windows build from this change

This commit is contained in:
Mike Jerris 2016-04-04 17:00:25 -04:00
parent 0763f694ff
commit f32edbb936
2 changed files with 4 additions and 7 deletions

View File

@ -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)
{

View File

@ -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>