aboutsummaryrefslogtreecommitdiff
path: root/lib/libexif
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/libexif
parent179825452604c0fc8355ed1eca3b04f59afb6208 (diff)
[WIN32] enable sse for all projects in release target
Diffstat (limited to 'lib/libexif')
-rw-r--r--lib/libexif/libexif.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libexif/libexif.vcxproj b/lib/libexif/libexif.vcxproj
index cd65ac93c8..3c48a98cc3 100644
--- a/lib/libexif/libexif.vcxproj
+++ b/lib/libexif/libexif.vcxproj
@@ -123,6 +123,7 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>