[Asterisk-code-review] codec opus: Add download ability to menuselect (asterisk[14])
Kevin Harwell
asteriskteam at digium.com
Tue Sep 27 13:42:15 CDT 2016
Kevin Harwell has uploaded a new change for review.
https://gerrit.asterisk.org/3986
Change subject: codec_opus: Add download ability to menuselect
......................................................................
codec_opus: Add download ability to menuselect
Updated codecs/codecs.xml to add codec_opus to the external
download list.
ASTERISK-26409
Change-Id: Ia07b36539f30e852125fb2b94147dc9774df31a4
(cherry picked from commit 2cdab0e36eec4997ca3bd85aa09efc477038e31c)
---
M codecs/codecs.xml
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/86/3986/1
diff --git a/codecs/codecs.xml b/codecs/codecs.xml
index ac3c6e6..0b4e2a4 100644
--- a/codecs/codecs.xml
+++ b/codecs/codecs.xml
@@ -1,3 +1,10 @@
+<member name="codec_opus" displayname="Download the Opus codec from Digium. See http://downloads.digium.com/pub/telephony/codec_opus/README.">
+ <support_level>external</support_level>
+ <depend>xmlstarlet</depend>
+ <depend>bash</depend>
+ <depend>res_format_attr_opus</depend>
+ <defaultenabled>no</defaultenabled>
+</member>
<member name="codec_silk" displayname="Download the SILK codec from Digium. See http://downloads.digium.com/pub/telephony/codec_silk/README.">
<support_level>external</support_level>
<depend>xmlstarlet</depend>
--
To view, visit https://gerrit.asterisk.org/3986
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia07b36539f30e852125fb2b94147dc9774df31a4
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
More information about the asterisk-code-review
mailing list