From 26901c262cc879c0fadea8c69050a3d9ae2026c7 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 10 Jan 2013 22:48:18 +0000 Subject: [PATCH] libyuv r534 for tools folder valgrind and endian fix for big endian platforms like s390x. BUG=none TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1031005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3359 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2479da6d6e..f5009e2233 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@7a09f6b8", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@520", + (Var("googlecode_url") % "libyuv") + "/trunk@534", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@172355",