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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--celt/celt.vcxproj1
-rw-r--r--silk/float/silk_float.vcxproj1
-rw-r--r--src/opus.vcxproj1
4 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 3431b2f4..d3fc1b8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,7 @@ tools/celtenc
celt.pc
celt.spec
celt/dump_modes/dump_modes
+*.vcxproj.user
+opus.sdf
+opus.suo
+version.h \ No newline at end of file
diff --git a/celt/celt.vcxproj b/celt/celt.vcxproj
index 3f4508e8..b44abc33 100644
--- a/celt/celt.vcxproj
+++ b/celt/celt.vcxproj
@@ -166,7 +166,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../win32;../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <FloatingPointModel>Fast</FloatingPointModel>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
diff --git a/silk/float/silk_float.vcxproj b/silk/float/silk_float.vcxproj
index e25aad5d..51a497e6 100644
--- a/silk/float/silk_float.vcxproj
+++ b/silk/float/silk_float.vcxproj
@@ -173,7 +173,6 @@
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../;../fixed;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
diff --git a/src/opus.vcxproj b/src/opus.vcxproj
index 9aa3dcb3..dad27d4e 100644
--- a/src/opus.vcxproj
+++ b/src/opus.vcxproj
@@ -167,7 +167,6 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<GenerateDebugInformation>false</GenerateDebugInformation>