From 6823479ad3835d3cb4987332ea03867c7df46172 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 14 Jul 2014 23:27:05 +0000 Subject: [PATCH] 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 924a1573b8..e9ec58d49b 100644 --- a/DEPS +++ b/DEPS @@ -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"),