Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2016-02-13 05:46:05 +0300
committerAlex Marsev <alex.marsev@gmail.com>2016-02-13 05:46:05 +0300
commit582e2717486a8f92a6a79a1cebb875615abae9e5 (patch)
tree3fbeda03739aa62efc9458af281085e3e1781540
parent7bff1d22a2d5f8322e202f4741249ab2c5dde03a (diff)
Use soxr in rubberband
No speex please.
-rw-r--r--dll/src/rubberband.vcxproj8
1 files changed, 5 insertions, 3 deletions
diff --git a/dll/src/rubberband.vcxproj b/dll/src/rubberband.vcxproj
index 0d3bf2a..9104c1e 100644
--- a/dll/src/rubberband.vcxproj
+++ b/dll/src/rubberband.vcxproj
@@ -44,8 +44,8 @@
<ItemDefinitionGroup>
<ClCompile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
- <AdditionalIncludeDirectories>rubberband;rubberband\src</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>__MSVC__;WIN32;NOMINMAX;_USE_MATH_DEFINES;USE_KISSFFT;USE_SPEEX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>rubberband;rubberband\src;soxr\src</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>__MSVC__;WIN32;NOMINMAX;_USE_MATH_DEFINES;USE_KISSFFT;HAVE_LIBSAMPLERATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -83,7 +83,9 @@
<ClCompile Include="rubberband\src\kissfft\kiss_fftr.c" />
<ClCompile Include="rubberband\src\rubberband-c.cpp" />
<ClCompile Include="rubberband\src\RubberBandStretcher.cpp" />
- <ClCompile Include="rubberband\src\speex\resample.c" />
+ <ClCompile Include="rubberband\src\speex\resample.c">
+ <ExcludedFromBuild>true</ExcludedFromBuild>
+ </ClCompile>
<ClCompile Include="rubberband\src\StretchCalculator.cpp" />
<ClCompile Include="rubberband\src\StretcherChannelData.cpp" />
<ClCompile Include="rubberband\src\StretcherImpl.cpp" />