shithub: openh264

Download patch

ref: fb52509cee224f9a4017863d5f927140449aeeca
parent: 9ccfea24a72b6f8353d1169afc7cd04f9bd4f01f
parent: 3068814e90b6e7c01677ce974eda21dfd91b24da
author: huili2 <huili2@cisco.com>
date: Wed Jul 9 13:25:26 EDT 2014

Merge pull request #1122 from mstorsjo/remove-hardcoded-defaults

Remove some manually set options, that are set to the default value

--- a/codec/processing/build/win32/WelsVP.vcproj
+++ b/codec/processing/build/win32/WelsVP.vcproj
@@ -56,7 +56,6 @@
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
-				UsePrecompiledHeader="0"
 				AssemblerListingLocation=""
 				WarningLevel="3"
 				DebugInformationFormat="4"
@@ -72,7 +71,6 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				LinkLibraryDependencies="true"
 				OutputFile="$(OutDir)\welsvp.dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="../../src/common/WelsVP.def"
@@ -140,7 +138,6 @@
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"
-				UsePrecompiledHeader="0"
 				AssemblerListingLocation=""
 				WarningLevel="3"
 				DebugInformationFormat="3"
@@ -156,7 +153,6 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				LinkLibraryDependencies="true"
 				OutputFile="$(OutDir)\welsvp.dll"
 				LinkIncremental="2"
 				ModuleDefinitionFile="../../src/common/WelsVP.def"
@@ -220,13 +216,11 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="3"
-				EnableIntrinsicFunctions="false"
 				FavorSizeOrSpeed="1"
 				AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common"
 				PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
 				RuntimeLibrary="0"
 				EnableFunctionLevelLinking="false"
-				UsePrecompiledHeader="0"
 				WarningLevel="3"
 				DebugInformationFormat="0"
 			/>
@@ -310,13 +304,11 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="3"
-				EnableIntrinsicFunctions="false"
 				FavorSizeOrSpeed="1"
 				AdditionalIncludeDirectories="../../../common/inc;../../interface;../../src/common"
 				PreprocessorDefinitions="NDEBUG;_USRDLL;X86_ASM"
 				RuntimeLibrary="0"
 				EnableFunctionLevelLinking="false"
-				UsePrecompiledHeader="0"
 				WarningLevel="3"
 				DebugInformationFormat="0"
 			/>