Update build files
This commit is contained in:
@@ -28,6 +28,7 @@ RUBBERBAND_SRC_FILES := \
|
|||||||
$(RUBBERBAND_SRC_PATH)/common/Allocators.cpp \
|
$(RUBBERBAND_SRC_PATH)/common/Allocators.cpp \
|
||||||
$(RUBBERBAND_SRC_PATH)/common/StretchCalculator.cpp \
|
$(RUBBERBAND_SRC_PATH)/common/StretchCalculator.cpp \
|
||||||
$(RUBBERBAND_SRC_PATH)/common/sysutils.cpp \
|
$(RUBBERBAND_SRC_PATH)/common/sysutils.cpp \
|
||||||
|
$(RUBBERBAND_SRC_PATH)/common/mathmisc.cpp \
|
||||||
$(RUBBERBAND_SRC_PATH)/common/Thread.cpp \
|
$(RUBBERBAND_SRC_PATH)/common/Thread.cpp \
|
||||||
$(RUBBERBAND_SRC_PATH)/finer/R3StretcherImpl.cpp
|
$(RUBBERBAND_SRC_PATH)/finer/R3StretcherImpl.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ LIBRARY_SOURCES := \
|
|||||||
src/common/Resampler.cpp \
|
src/common/Resampler.cpp \
|
||||||
src/common/StretchCalculator.cpp \
|
src/common/StretchCalculator.cpp \
|
||||||
src/common/sysutils.cpp \
|
src/common/sysutils.cpp \
|
||||||
|
src/common/mathmisc.cpp \
|
||||||
src/common/Thread.cpp \
|
src/common/Thread.cpp \
|
||||||
src/finer/R3Stretcher.cpp
|
src/finer/R3Stretcher.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ LIBRARY_SOURCES := \
|
|||||||
src/common/Resampler.cpp \
|
src/common/Resampler.cpp \
|
||||||
src/common/StretchCalculator.cpp \
|
src/common/StretchCalculator.cpp \
|
||||||
src/common/sysutils.cpp \
|
src/common/sysutils.cpp \
|
||||||
|
src/common/mathmisc.cpp \
|
||||||
src/common/Thread.cpp \
|
src/common/Thread.cpp \
|
||||||
src/finer/R3Stretcher.cpp
|
src/finer/R3Stretcher.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ LIBRARY_SOURCES := \
|
|||||||
src/common/Resampler.cpp \
|
src/common/Resampler.cpp \
|
||||||
src/common/StretchCalculator.cpp \
|
src/common/StretchCalculator.cpp \
|
||||||
src/common/sysutils.cpp \
|
src/common/sysutils.cpp \
|
||||||
|
src/common/mathmisc.cpp \
|
||||||
src/common/Thread.cpp \
|
src/common/Thread.cpp \
|
||||||
src/finer/R3Stretcher.cpp
|
src/finer/R3Stretcher.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ LIBRARY_SOURCES := \
|
|||||||
src/common/Resampler.cpp \
|
src/common/Resampler.cpp \
|
||||||
src/common/StretchCalculator.cpp \
|
src/common/StretchCalculator.cpp \
|
||||||
src/common/sysutils.cpp \
|
src/common/sysutils.cpp \
|
||||||
|
src/common/mathmisc.cpp \
|
||||||
src/common/Thread.cpp \
|
src/common/Thread.cpp \
|
||||||
src/finer/R3Stretcher.cpp
|
src/finer/R3Stretcher.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -157,6 +157,7 @@
|
|||||||
<ClCompile Include="..\src\common\Allocators.cpp" />
|
<ClCompile Include="..\src\common\Allocators.cpp" />
|
||||||
<ClCompile Include="..\src\common\StretchCalculator.cpp" />
|
<ClCompile Include="..\src\common\StretchCalculator.cpp" />
|
||||||
<ClCompile Include="..\src\common\sysutils.cpp" />
|
<ClCompile Include="..\src\common\sysutils.cpp" />
|
||||||
|
<ClCompile Include="..\src\common\mathmisc.cpp" />
|
||||||
<ClCompile Include="..\src\common\Thread.cpp" />
|
<ClCompile Include="..\src\common\Thread.cpp" />
|
||||||
<ClCompile Include="..\src\finer\R3Stretcher.cpp" />
|
<ClCompile Include="..\src\finer\R3Stretcher.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
#ifndef RUBBERBAND_MATHMISC_H
|
#ifndef RUBBERBAND_MATHMISC_H
|
||||||
#define RUBBERBAND_MATHMISC_H
|
#define RUBBERBAND_MATHMISC_H
|
||||||
|
|
||||||
|
#include "sysutils.h"
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.14159265358979323846
|
#define M_PI 3.14159265358979323846
|
||||||
#endif // M_PI
|
#endif // M_PI
|
||||||
|
|||||||
Reference in New Issue
Block a user