From 60de11668731511b406cd5293e429a073c24f22f Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 6 Feb 2014 21:17:16 +0000 Subject: [PATCH] libyuv.gyp fix for ios sim which is intel not neon, fixing a link error. BUG=none TEST=try bots R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8069004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5496 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index d279715728..45694cfb2d 100644 --- a/DEPS +++ b/DEPS @@ -78,7 +78,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@248011", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@976", + (Var("googlecode_url") % "libyuv") + "/trunk@979", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@245176",