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
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-27 02:22:40 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-27 02:22:40 +0400
commitd05f29f81b893b8982271235f4a10a4910e80e7d (patch)
tree19f2edd12118ece30fe3335f0210105b98eb2db6 /src
parent3528c6414f58d60a7571870958d2109ef18b463d (diff)
Use SSE2 in the MSVC 2010 release builds since SSE is already broken (MSVC 2010's fault)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2357 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src')
-rw-r--r--src/filters/transform/MPCVideoDec/ffmpeg/libavutil/pixfmt.h2
-rw-r--r--src/release.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/transform/MPCVideoDec/ffmpeg/libavutil/pixfmt.h b/src/filters/transform/MPCVideoDec/ffmpeg/libavutil/pixfmt.h
index e24e10605..edc189a0a 100644
--- a/src/filters/transform/MPCVideoDec/ffmpeg/libavutil/pixfmt.h
+++ b/src/filters/transform/MPCVideoDec/ffmpeg/libavutil/pixfmt.h
@@ -29,7 +29,7 @@
* header, so it should not be directly included in your projects.
*/
-#include "../libavutil/avconfig.h"
+#include "libavutil/avconfig.h"
/**
* Pixel format. Notes:
diff --git a/src/release.props b/src/release.props
index 325a12de1..8f2e96b7b 100644
--- a/src/release.props
+++ b/src/release.props
@@ -16,7 +16,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<BufferSecurityCheck>true</BufferSecurityCheck>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>