mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Oops, moved kiss_fft.c to the correct directory.
This commit is contained in:
parent
803323678e
commit
232d2c4b0d
2
src/3rdparty/3rdparty.vcxproj
vendored
2
src/3rdparty/3rdparty.vcxproj
vendored
@ -84,7 +84,7 @@
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="include\kiss_fft.c" />
|
||||
<ClCompile Include="src\kiss_fft.c" />
|
||||
<ClCompile Include="src\sqlite\sqlite3.c">
|
||||
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level1</WarningLevel>
|
||||
</ClCompile>
|
||||
|
2
src/3rdparty/3rdparty.vcxproj.filters
vendored
2
src/3rdparty/3rdparty.vcxproj.filters
vendored
@ -25,7 +25,7 @@
|
||||
<ClCompile Include="src\wcwidth.c">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="include\kiss_fft.c">
|
||||
<ClCompile Include="src\kiss_fft.c">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
@ -13,7 +13,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
*/
|
||||
|
||||
|
||||
#include "_kiss_fft_guts.h"
|
||||
#include <_kiss_fft_guts.h>
|
||||
/* The guts header contains all the multiplication and addition macros that are defined for
|
||||
fixed or floating point complex numbers. It also delares the kf_ internal functions.
|
||||
*/
|
Loading…
Reference in New Issue
Block a user