From e3a628997f99a0d383c396efcbfdd6e1de46062b Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Fri, 2 May 2014 00:04:20 +0000 Subject: [PATCH] Roll libvpx 264320:267596 BUG=3038 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14409004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6040 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0c3eef5f9..1573742f4 100644 --- a/DEPS +++ b/DEPS @@ -96,7 +96,7 @@ deps = { From("chromium_deps", "src/third_party/libsrtp"), "third_party/libvpx": - Var("chromium_trunk") + "/deps/third_party/libvpx@264320", + Var("chromium_trunk") + "/deps/third_party/libvpx@267596", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@1000",