From 3223a3d4ee7929edf9ac2fef2807a25e210520e3 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Thu, 26 Sep 2013 15:59:48 +0000 Subject: [PATCH] Roll libvpx 212975:225010 to pick up iOS Release fixes BUG=2332 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2305004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4861 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0c08ebb701..9c33dbf12e 100644 --- a/DEPS +++ b/DEPS @@ -69,7 +69,7 @@ deps = { From("chromium_deps", "src/third_party/libsrtp"), "third_party/libvpx": - Var("chromium_trunk") + "/deps/third_party/libvpx@212975", + Var("chromium_trunk") + "/deps/third_party/libvpx@225010", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@723",