From e667234ee2067470ebc3e781c39121e2201cb55f Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 3 Jan 2014 18:57:22 +0000 Subject: [PATCH] libyuv r949 includes changes to allow any width, mainly relating to fixed point math overflows. BUG=none TEST=try bots R=ronghuawu@google.com Review URL: https://webrtc-codereview.appspot.com/6579004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5338 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 4fc4462fe5..7876d8ac0c 100644 --- a/DEPS +++ b/DEPS @@ -72,7 +72,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@232686", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@930", + (Var("googlecode_url") % "libyuv") + "/trunk@949", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",