Roll libyuv from 1033 to 1035 to get cpuid fix for AVX2 that avoids misdetect causing a crash in AVX2 code on cpus that do not have AVX2.

BUG=libyuv:343
TESTED=libyuv try bots pass
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/20929004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6685 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fbarchard@google.com
2014-07-14 23:27:05 +00:00
parent d873540101
commit 6823479ad3

2
DEPS
View File

@ -105,7 +105,7 @@ deps = {
From("chromium_deps", "src/third_party/libvpx"),
"third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@1033",
(Var("googlecode_url") % "libyuv") + "/trunk@1035",
"third_party/opus":
Var("chromium_trunk") + "/src/third_party/opus@" + Var("chromium_revision"),