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

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2015-02-22 16:34:51 +0300
committeroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2015-02-22 16:34:51 +0300
commitd9e5ab15d62442125283eb5dc4f810b8c817aea5 (patch)
tree05089d69ab6e35c7c5dd987680e21714244eb20d
parentaaf4cf2057b965fde2d26988f6ed699191b20f54 (diff)
Enable openmp for Visual C++ x64 build
-rw-r--r--source/SoundTouch/SoundTouch.vcproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/SoundTouch/SoundTouch.vcproj b/source/SoundTouch/SoundTouch.vcproj
index da73b56..d993300 100644
--- a/source/SoundTouch/SoundTouch.vcproj
+++ b/source/SoundTouch/SoundTouch.vcproj
@@ -53,6 +53,7 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
+ OpenMP="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/SoundTouch.pch"
AssemblerListingLocation=".\Release/"
@@ -209,7 +210,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
FloatingPointModel="2"
- OpenMP="true"
+ OpenMP="false"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug/SoundTouch.pch"
AssemblerListingLocation=".\Debug/"
@@ -369,6 +370,7 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
+ OpenMP="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\$(OutDir)/SoundTouch.pch"
AssemblerListingLocation=".\$(OutDir)/"