From ff7908abfd4e85f4cf7837bcc319b211b8f13db2 Mon Sep 17 00:00:00 2001 From: "tina.legrand@webrtc.org" Date: Tue, 25 Mar 2014 16:12:43 +0000 Subject: [PATCH] Roll Opus with ARM optimizations enabled to WebRTC This CL roll latest Opus changes from Chromium. The major update is that optimizations are enabled for ARM processors. BUG= R=minyue@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10599005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5777 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 958051798c..b4ceb21aad 100644 --- a/DEPS +++ b/DEPS @@ -84,10 +84,10 @@ deps = { (Var("googlecode_url") % "libyuv") + "/trunk@985", "third_party/opus": - Var("chromium_trunk") + "/src/third_party/opus@245176", + Var("chromium_trunk") + "/src/third_party/opus@258909", "third_party/opus/src": - Var("chromium_trunk") + "/deps/third_party/opus@239448", + Var("chromium_trunk") + "/deps/third_party/opus@256783", "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@251211",