From cfb18dd7a3796b4f3a3806ed616be6fb0741f050 Mon Sep 17 00:00:00 2001 From: "tina.legrand@webrtc.org" Date: Tue, 6 May 2014 11:57:01 +0000 Subject: [PATCH] Rolling new version of Opus.gyp The new version enables optimizations on iOS. BUG= R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13469004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6060 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1573742f4..6a4ad6b65 100644 --- a/DEPS +++ b/DEPS @@ -102,7 +102,7 @@ deps = { (Var("googlecode_url") % "libyuv") + "/trunk@1000", "third_party/opus": - Var("chromium_trunk") + "/src/third_party/opus@262302", + Var("chromium_trunk") + "/src/third_party/opus@266564", "third_party/opus/src": Var("chromium_trunk") + "/deps/third_party/opus@256783",