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
This commit is contained in:
minyue@webrtc.org 2014-01-28 08:46:58 +00:00
parent 0dac5378e5
commit 83dd95432e

4
DEPS
View File

@ -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"),