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:
-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>