From 1d2c034861b9489a3e21e3888338308005062c4e Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 21 Jan 2014 18:27:05 +0000 Subject: [PATCH] libyuv use extern c around jpeg includes. includes fixes to gyp build for intel/mips android, cros arm, ios, and pnacl. BUG=none TESTED=try bots R=andrew@webrtc.org, jzern@chromium.org Review URL: https://webrtc-codereview.appspot.com/7179005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5407 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 94d2c88533..10bb22f908 100644 --- a/DEPS +++ b/DEPS @@ -75,7 +75,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@241571", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@949", + (Var("googlecode_url") % "libyuv") + "/trunk@975", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",