From 83dd95432e65844533fa96ea90e9339eeb89ba18 Mon Sep 17 00:00:00 2001 From: "minyue@webrtc.org" Date: Tue, 28 Jan 2014 08:46:58 +0000 Subject: [PATCH] rolling Opus 1.1 This version contains optimizations needed by WebRTC. More information about version 1.1 can be found here http://people.xiph.org/~xiphmont/demo/opus/demo3.shtml. Platform specific optimizations are to be added in a following CL. TEST=passes all trybots BUG= R=kjellander@webrtc.org, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7689004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5449 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 8fea73747..9813c616b 100644 --- a/DEPS +++ b/DEPS @@ -78,10 +78,10 @@ deps = { (Var("googlecode_url") % "libyuv") + "/trunk@976", "third_party/opus": - Var("chromium_trunk") + "/src/third_party/opus@185405", + Var("chromium_trunk") + "/src/third_party/opus@245176", "third_party/opus/src": - Var("chromium_trunk") + "/deps/third_party/opus@185324", + Var("chromium_trunk") + "/deps/third_party/opus@239448", "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),