summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 16:55:05 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 16:55:05 +0000
commitf4781148ec19d1f0e5dd0b62aa09cba0964198e3 (patch)
tree37e38b839b7e96fe7163eb32303d0f418457696e /DEPS
parent2a76c34b6c9b3969c5d7c2bec850cabe55a8c93a (diff)
downloadchromium_src-f4781148ec19d1f0e5dd0b62aa09cba0964198e3.zip
chromium_src-f4781148ec19d1f0e5dd0b62aa09cba0964198e3.tar.gz
chromium_src-f4781148ec19d1f0e5dd0b62aa09cba0964198e3.tar.bz2
libyuv r711 for improved scaling accuracy and performance.
BUG=none TEST=libyuv scale unittests R=mflodman@chromium.org Review URL: https://codereview.chromium.org/16250002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 1d95fec..1c37e19 100644
--- a/DEPS
+++ b/DEPS
@@ -282,7 +282,7 @@ deps = {
"/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
"src/third_party/libyuv":
- (Var("googlecode_url") % "libyuv") + "/trunk@698",
+ (Var("googlecode_url") % "libyuv") + "/trunk@711",
"src/third_party/smhasher/src":
(Var("googlecode_url") % "smhasher") + "/trunk@149",