From a36442db10e5ebdd767b5cdaa991ed9f6f2fa45f Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Thu, 13 Sep 2012 09:15:53 +0000 Subject: [PATCH] Roll libvpx to fixes for valgrind warnings. BUG= Review URL: https://webrtc-codereview.appspot.com/802005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2769 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 658e0d3989..10e1c9579c 100644 --- a/DEPS +++ b/DEPS @@ -48,7 +48,7 @@ deps = { From("chromium_deps", "src/third_party/libjpeg_turbo"), "third_party/libvpx/source/libvpx": - "http://git.chromium.org/webm/libvpx.git@c6fd0a5d", + "http://git.chromium.org/webm/libvpx.git@08cf9faed", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@342",