diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2017-07-26 23:23:12 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2017-07-30 05:22:35 +0000 |
commit | 3e54cabf8193e6a8cd607b1671defb8b6800b53d (patch) | |
tree | 63297098c0c26c1c875ab0959d9679d70b3c6e65 /CMakeOptions.txt | |
parent | 32b446d5a8f146565b81324d1a18bcb053e07c5f (diff) | |
download | wireshark-3e54cabf8193e6a8cd607b1671defb8b6800b53d.tar.gz wireshark-3e54cabf8193e6a8cd607b1671defb8b6800b53d.tar.bz2 wireshark-3e54cabf8193e6a8cd607b1671defb8b6800b53d.zip |
Add G.729 decoding based on bcg729 library
Bug: 13635
Change-Id: Ic22a0719a59da13e51425aeb747e88caca0d6512
Reviewed-on: https://code.wireshark.org/review/22808
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r-- | CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 5963ddaa4c..be4169c9eb 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -89,6 +89,7 @@ endif() option(ENABLE_KERBEROS "Build with Kerberos support" ON) option(ENABLE_SBC "Build with SBC Codec support in RTP Player" ON) option(ENABLE_SPANDSP "Build with G.722/G.726 codecs support in RTP Player" ON) +option(ENABLE_BCG729 "Build with G.729 codec support in RTP Player" ON) option(ENABLE_LIBXML2 "Build with libxml2 support" ON) # How to install set(DUMPCAP_INSTALL_OPTION "normal" CACHE STRING "Permissions to install") |