From df123ed6043ed992ea3a4159e89fd419b74d4ce3 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 7 Mar 2013 21:27:41 +0000 Subject: [PATCH] Roll libvpx 180104:186754. Picks up the ability to disable VP9 through gyp. Review URL: https://webrtc-codereview.appspot.com/1162009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3633 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c9794107ee..6897992d97 100644 --- a/DEPS +++ b/DEPS @@ -52,7 +52,7 @@ deps = { From("chromium_deps", "src/third_party/libjpeg_turbo"), "third_party/libvpx": - Var("chromium_trunk") + "/deps/third_party/libvpx@180104", + Var("chromium_trunk") + "/deps/third_party/libvpx@186754", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@590",