aboutsummaryrefslogtreecommitdiff
path: root/lib/libhdhomerun
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-05-07 23:05:26 +0200
committerWiSo <wiso@xbmc.org>2011-05-07 23:05:26 +0200
commit50a1a75dcda18cc917c4e9f733b1a0ef4ce78d6d (patch)
treeb8a1bfc44c68f3c65f9b26a11e61f326d4cf673d /lib/libhdhomerun
parent179825452604c0fc8355ed1eca3b04f59afb6208 (diff)
[WIN32] enable sse for all projects in release target
Diffstat (limited to 'lib/libhdhomerun')
-rw-r--r--lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj b/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj
index fd83dbac29..ddb894f152 100644
--- a/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj
+++ b/lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj
@@ -106,6 +106,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>CompileAsCpp</CompileAs>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<AdditionalDependencies>ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -158,4 +159,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file