From a4fa46108c3392a1242f9cecbedfcff26b57914e Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 28 Aug 2012 18:29:03 +0000 Subject: [PATCH] Bump libyuv version to 331 which includes clang build fixes. BUG=none TEST=devenv -build Debug webrtc.sln Review URL: https://webrtc-codereview.appspot.com/766004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2679 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c3892520dc..4bc51b0c2d 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@c522217d", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@255", + (Var("googlecode_url") % "libyuv") + "/trunk@331", "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),