diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 16:55:05 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 16:55:05 +0000 |
commit | f4781148ec19d1f0e5dd0b62aa09cba0964198e3 (patch) | |
tree | 37e38b839b7e96fe7163eb32303d0f418457696e /DEPS | |
parent | 2a76c34b6c9b3969c5d7c2bec850cabe55a8c93a (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |