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".
This commit is contained in:
Kevin Kofler 2016-07-18 19:28:55 +02:00
parent 335f582cc6
commit 9fa9cff26a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {