Return to the WebM git repository for libvpx.

This slows a warm gclient sync by about 0.3 s on my Linux machine. gclient seems to treat git tags and commit hashes identically, so the readable tag is preferred.
Review URL: http://webrtc-codereview.appspot.com/179002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@651 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2011-09-27 10:47:25 +00:00
parent a2c6ea09b0
commit 82f66a776f

6
DEPS
View File

@ -7,7 +7,7 @@ vars = {
"libjingle_revision": "85",
}
# NOTE: Prefer revision numbers to tags.
# NOTE: Prefer revision numbers to tags for svn deps.
deps = {
"trunk/build":
Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
@ -27,10 +27,8 @@ 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":
Var("chromium_trunk") + "/deps/third_party/libvpx/source/libvpx@98040",
#"git://review.webmproject.org/libvpx.git@v0.9.7-p1",
"http://git.chromium.org/webm/libvpx.git@v0.9.7-p1",
"trunk/third_party/libjpeg_turbo/":
Var("chromium_trunk") + "/deps/third_party/libjpeg_turbo@95800",