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
This commit is contained in:
andrew@webrtc.org 2011-09-01 17:09:16 +00:00
parent 87c546e89b
commit 20f74285fb

4
DEPS
View File

@ -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",