From a6494e6902df8714661f417bbd522a14ff30a406 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 31 May 2013 16:54:42 +0000 Subject: [PATCH] roll libyuv to r711 for scaler fix to webrtc unittests that scale up and down and check for fairly similar results. BUG=none TEST=try bots R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1575005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4147 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 58fcfce6ae..230ec0b396 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@196669", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@682", + (Var("googlecode_url") % "libyuv") + "/trunk@711", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",