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
This commit is contained in:
fbarchard@google.com 2012-08-31 04:12:08 +00:00
parent 8a9f0f4e4d
commit 3baa8a2102

2
DEPS
View File

@ -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"),