Use the libvpx rev from Chromium's DEPS, not the Chromium rev.

R=kjellander@webrtc.org, marpan@google.com

Review URL: https://webrtc-codereview.appspot.com/18639004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6559 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2014-06-28 17:49:31 +00:00
parent ee4e466661
commit b3c188f27b

2
DEPS
View File

@ -102,7 +102,7 @@ deps = {
From("chromium_deps", "src/third_party/libsrtp"),
"third_party/libvpx":
Var("chromium_trunk") + "/deps/third_party/libvpx@" + Var("chromium_revision"),
From("chromium_deps", "src/third_party/libvpx"),
"third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@1000",