From d7ee10fe0f52be47780c4fe0e19ceb17add422fc Mon Sep 17 00:00:00 2001 From: "tina.legrand@webrtc.org" Date: Thu, 25 Oct 2012 10:47:14 +0000 Subject: [PATCH] Remove internal version of Opus First step towards moving over to use Opus in Chrome. BUG=issue982 Review URL: https://webrtc-codereview.appspot.com/937004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2990 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 3 --- 1 file changed, 3 deletions(-) diff --git a/DEPS b/DEPS index f67b3a8c41..1565f180bc 100644 --- a/DEPS +++ b/DEPS @@ -57,9 +57,6 @@ deps = { "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@426", - "third_party/opus/source": - "http://git.xiph.org/opus.git@v1.0.1", - "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),