From 9fa9cff26a2c65a13d5c80c14e7ff56085e751b2 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Mon, 18 Jul 2016 19:28:55 +0200 Subject: [PATCH] no-sse2 patch: Fix/update the location of cpu_features_wrapper.h It moved from "webrtc/system_wrappers/interface/cpu_features_wrapper.h" to "webrtc/system_wrappers/include/cpu_features_wrapper.h". --- qtwebengine-opensource-src-5.7.0-no-sse2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtwebengine-opensource-src-5.7.0-no-sse2.patch b/qtwebengine-opensource-src-5.7.0-no-sse2.patch index 4d23f70..0ee5e3b 100644 --- a/qtwebengine-opensource-src-5.7.0-no-sse2.patch +++ b/qtwebengine-opensource-src-5.7.0-no-sse2.patch @@ -2597,7 +2597,7 @@ diff -Nur qtwebengine-opensource-src-5.7.0/src/3rdparty/chromium/third_party/web #include "webrtc/common_audio/real_fourier_ooura.h" #include "webrtc/common_audio/real_fourier_openmax.h" #include "webrtc/common_audio/signal_processing/include/spl_inl.h" -+#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h" ++#include "webrtc/system_wrappers/include/cpu_features_wrapper.h" namespace webrtc {