From 6bfcbcda13b718803f22835dc9a1d2337b604ab6 Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Wed, 10 Apr 2013 20:08:53 +0000 Subject: [PATCH] Roll libvpx to 192165. -pick up libvpx roll to 3db60c8. TBR=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1307006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3815 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2cdfef0d9a..6320e7621b 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@186754", + Var("chromium_trunk") + "/deps/third_party/libvpx@192165", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@618",