libyuv roll to r364 for NEON version of I420ToRGBA

BUG=none
TEST=libyuv unittest
Review URL: https://webrtc-codereview.appspot.com/812005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2790 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fbarchard@google.com 2012-09-19 21:15:45 +00:00
parent aaf6ba57e0
commit 56c7c81250

2
DEPS
View File

@ -51,7 +51,7 @@ deps = {
"http://git.chromium.org/webm/libvpx.git@08cf9faed", "http://git.chromium.org/webm/libvpx.git@08cf9faed",
"third_party/libyuv": "third_party/libyuv":
(Var("googlecode_url") % "libyuv") + "/trunk@359", (Var("googlecode_url") % "libyuv") + "/trunk@364",
"third_party/protobuf": "third_party/protobuf":
Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"), Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),