aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorLin Sun <lin.sun@zoom.us>2020-09-29 12:33:06 +0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-10-03 21:15:09 +0000
commit6136c719da4ec9b96c01adb4b0fd7f01af171688 (patch)
tree797542009e2f4d9d8453db1c7a97bb427ef4dfda /CMakeOptions.txt
parentc1eb36b84b6fcfea93bfc087b280da60273b597d (diff)
RTP: opus playback
It's possible to play opus payload with libopus (https://opus-codec.org/). Closes #16882. Helped-by: Pascal Quantin <pascal.quantin@gmail.com> Signed-off-by: Lin Sun <lin.sun@zoom.us> Signed-off-by: Yuanzhi Li <ryanlee@mail.ustc.edu.cn>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 81a330548f..143df081e8 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -99,6 +99,7 @@ option(ENABLE_SPANDSP "Build with G.722/G.726 codecs support in RTP Player" O
option(ENABLE_BCG729 "Build with G.729 codec support in RTP Player" ON)
option(ENABLE_ILBC "Build with iLBC codec support in RTP Player" ON)
option(ENABLE_LIBXML2 "Build with libxml2 support" ON)
+option(ENABLE_OPUS "Build with opus support" ON)
# How to install
set(DUMPCAP_INSTALL_OPTION "normal" CACHE STRING "Permissions to install")