summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2016-07-23 14:56:43 -0600
committerKevin Harwell <kharwell@digium.com>2016-09-27 09:52:24 -0500
commit44c0c51cf1c2c89326e5047b2b90ada0e36ec68f (patch)
tree7bffa3112528411bd7b3111dc216c3269b727545 /build_tools
parent9b0e6f9c8616fa81ec8e11c6fe45a6f6c07c387d (diff)
format_ogg_opus: New format
Add Ogg/Opus playback support. This uses libopusfile in order to be able to read .opus files and play them back. Writing/recording support is not present at this time. ASTERISK-26409 Change-Id: I8815d23345108d8ca7c0bd640f6a1ce6b4f56955
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index b2f73bc53..1d25145cc 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -44,6 +44,7 @@ NEON29=@PBX_NEON29@
OGG=@PBX_OGG@
OPENH323=@PBX_OPENH323@
OPUS=@PBX_OPUS@
+OPUSFILE=@PBX_OPUSFILE@
OSPTK=@PBX_OSPTK@
OSS=@PBX_OSS@
PGSQL=@PBX_PGSQL@