From 2eceb8ef46a93dfde57292ff7f3b6705eb35df2b Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Fri, 25 Apr 2014 15:29:33 +0000 Subject: [PATCH] Roll third_party/opus 258909:262302 Suppresses the nanny "not-optimized" warning. TBR=minyue BUG=2864 Review URL: https://webrtc-codereview.appspot.com/14379004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5982 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 333cd984c5..35dee4588a 100644 --- a/DEPS +++ b/DEPS @@ -84,7 +84,7 @@ deps = { (Var("googlecode_url") % "libyuv") + "/trunk@1000", "third_party/opus": - Var("chromium_trunk") + "/src/third_party/opus@258909", + Var("chromium_trunk") + "/src/third_party/opus@262302", "third_party/opus/src": Var("chromium_trunk") + "/deps/third_party/opus@256783",