From 4c324398302dff64b1044ea97e962ff01c470d64 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Sat, 15 Dec 2012 00:20:08 +0000 Subject: [PATCH] Roll libyuv to r520. Includes security fix to mark stack as not executable. BUG=1172 TEST=none Review URL: https://webrtc-codereview.appspot.com/1000005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3300 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index baf0efa359..c626553e6f 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@514", + (Var("googlecode_url") % "libyuv") + "/trunk@520", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@165570",