From ebae1826d5250c60004f194cf5a92f61581d7bd8 Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Wed, 29 Feb 2012 10:54:45 +0000 Subject: [PATCH] Update libyuv revision. TEST=libyuv_unittests Review URL: https://webrtc-codereview.appspot.com/419001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1794 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 070b210d4d..fd44190032 100644 --- a/DEPS +++ b/DEPS @@ -52,7 +52,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@v1.0.0", "trunk/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@188", + (Var("googlecode_url") % "libyuv") + "/trunk@191", "trunk/third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),