From 81f09d709e9fcae5a28d082b5eeeec8e33352469 Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Mon, 24 Sep 2012 18:06:42 +0000 Subject: [PATCH] Roll libvpx to get changes/fix to cyclic refresh. Review URL: https://webrtc-codereview.appspot.com/835004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2814 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 05b39342b..f2c249ba0 100644 --- a/DEPS +++ b/DEPS @@ -52,7 +52,7 @@ deps = { From("chromium_deps", "src/third_party/libjpeg_turbo"), "third_party/libvpx/source/libvpx": - "http://git.chromium.org/webm/libvpx.git@08cf9faed", + "http://git.chromium.org/webm/libvpx.git@b501251e2", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@364",