summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-09-22 08:49:50 -0600
committerKevin Harwell <kharwell@digium.com>2016-09-27 09:52:24 -0500
commit5258c067ae726f72d62666d0f387ca4628658a4c (patch)
treed21b7ec0c368a9608835b2e6bb364bccf6feeeed
parenta5af8709c8d3079191bd5caca77a800e9c446af2 (diff)
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
-rw-r--r--codecs/codecs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/codecs/codecs.xml b/codecs/codecs.xml
index ac3c6e638..0b4e2a474 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>