From ee4e466661b87df058553d5db81c0c257718002f Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Fri, 27 Jun 2014 21:00:22 +0000 Subject: [PATCH] Roll libvpx: follow the Chromium revision. R=andrew@webrtc.org TBR=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13789004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6558 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 7d53a10e5f..1d2e7b76fb 100644 --- a/DEPS +++ b/DEPS @@ -102,7 +102,7 @@ deps = { From("chromium_deps", "src/third_party/libsrtp"), "third_party/libvpx": - Var("chromium_trunk") + "/deps/third_party/libvpx@278497", + Var("chromium_trunk") + "/deps/third_party/libvpx@" + Var("chromium_revision"), "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@1000",