From 20f74285fb9994780a228d141774867925b7e64f Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 1 Sep 2011 17:09:16 +0000 Subject: [PATCH] Temporarily switch to Chrome's hosted libvpx copy. Review URL: http://webrtc-codereview.appspot.com/138008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@509 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b49feecff..e0ea2301d 100644 --- a/DEPS +++ b/DEPS @@ -24,8 +24,10 @@ deps = { "trunk/third_party/protobuf/": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"), + # TODO(andrew): return to the webm git repository when possible. "trunk/third_party/libvpx/source/libvpx": - "git://review.webmproject.org/libvpx.git@v0.9.7-p1", + Var("chromium_trunk") + "/deps/third_party/libvpx/source/libvpx@98040", + #"git://review.webmproject.org/libvpx.git@v0.9.7-p1", "trunk/third_party/libjpeg_turbo/": Var("chromium_trunk") + "/deps/third_party/libjpeg_turbo@95800",