From 3baa8a2102471e6ff18e1fe8fab7f933a00fc461 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 31 Aug 2012 04:12:08 +0000 Subject: [PATCH] Roll libyuv to r338 which includes more complete unittests, lint fixes, and a bug fix for YUY2ToARGB which was oversampling by 1 row for UV channels. This should help with setting up build bots for libyuv and keeps the version in sync with chromium. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/771005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2690 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b62040b14a..fe2d635879 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@c522217d", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@331", + (Var("googlecode_url") % "libyuv") + "/trunk@338", "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),