diff options
author | WiSo <wiso@xbmc.org> | 2011-05-07 23:05:26 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-05-07 23:05:26 +0200 |
commit | 50a1a75dcda18cc917c4e9f733b1a0ef4ce78d6d (patch) | |
tree | b8a1bfc44c68f3c65f9b26a11e61f326d4cf673d /lib/enca | |
parent | 179825452604c0fc8355ed1eca3b04f59afb6208 (diff) |
[WIN32] enable sse for all projects in release target
Diffstat (limited to 'lib/enca')
-rw-r--r-- | lib/enca/libenca_win32/libenca_win32.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/enca/libenca_win32/libenca_win32.vcxproj b/lib/enca/libenca_win32/libenca_win32.vcxproj index bf71873a9f..8f1282f19d 100644 --- a/lib/enca/libenca_win32/libenca_win32.vcxproj +++ b/lib/enca/libenca_win32/libenca_win32.vcxproj @@ -75,6 +75,7 @@ </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> </ClCompile> <Lib> <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |