From 1594e84ca035701d7943f74105cfe3fb5e43e33e Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 10 Sep 2012 20:54:05 +0000 Subject: [PATCH] Roll to libyuv r341 to fix unittest failures on build bots. Version number updated so unittests pass version check. Disabled 4 tests that failed valgrind - libyuv bugs 79,80,81,82 opened for followup. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/787005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2730 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index eee2c3f59..e47b089ad 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@c6fd0a5d", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@338", + (Var("googlecode_url") % "libyuv") + "/trunk@341", "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),