From 5d2514a1f71e734f740dadf94e39642a1dc92d8d Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Thu, 12 Apr 2012 12:55:44 +0000 Subject: [PATCH] Revert 2013 - Upgrade libyuv to r235. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/493003 TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/491008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2016 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 44651e52e..9dda6a86b 100644 --- a/DEPS +++ b/DEPS @@ -48,7 +48,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@6b66c01c", "trunk/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@235", + (Var("googlecode_url") % "libyuv") + "/trunk@216", "trunk/third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),