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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpec-Chum <spec-chum@users.sourceforge.net>2010-01-31 22:53:46 +0300
committerSpec-Chum <spec-chum@users.sourceforge.net>2010-01-31 22:53:46 +0300
commit5c480ecd8e615c5b7f327a362a101b9ddf9c4ed2 (patch)
treea1cf6600cc68b7cc9f63588fa7be4af5e3f628ee /src/filters/misc/SyncClock
parent2c2ec24b84916819893b85a3bb55e6f403b8cb21 (diff)
Allow compiler to emit SSE code by adding /arch:sse for all projects and -msse -mfpmath=sse for ffmpeg (as discussed on IRC, SSE has been available for AMD since 2001, intel since 1999, see http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1593 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/misc/SyncClock')
-rw-r--r--src/filters/misc/SyncClock/SyncClock.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters/misc/SyncClock/SyncClock.vcproj b/src/filters/misc/SyncClock/SyncClock.vcproj
index 2506009d8..aa9123459 100644
--- a/src/filters/misc/SyncClock/SyncClock.vcproj
+++ b/src/filters/misc/SyncClock/SyncClock.vcproj
@@ -201,6 +201,7 @@
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
+ EnableEnhancedInstructionSet="1"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@@ -267,6 +268,7 @@
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="REGISTER_FILTER;WIN32;NDEBUG;_USRDLL"
RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="0"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"