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:
Diffstat (limited to 'src/filters/transform/mpeg2decfilter/mc_sse2.cpp')
-rw-r--r--src/filters/transform/mpeg2decfilter/mc_sse2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/transform/mpeg2decfilter/mc_sse2.cpp b/src/filters/transform/mpeg2decfilter/mc_sse2.cpp
index 9c9cfa0e3..3d5061bd0 100644
--- a/src/filters/transform/mpeg2decfilter/mc_sse2.cpp
+++ b/src/filters/transform/mpeg2decfilter/mc_sse2.cpp
@@ -25,7 +25,7 @@
#include <inttypes.h>
#include "libmpeg2.h"
#include "attributes.h"
-#include "..\..\..\DSUtil\simd.h"
+#include "../../../DSUtil/simd.h"
static const __m128i const_1_16_bytes=_mm_set1_epi16(1);