diff options
author | Daniel Willmann <dwillmann@sysmocom.de> | 2016-07-12 20:25:33 +0200 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2021-08-02 12:30:45 +0200 |
commit | adc002a04543afdd20d484bb9d836cecca5aef52 (patch) | |
tree | f1bc0a26f79acda63de9721f391f2794a7bad330 /CMakeOptions.txt | |
parent | 8ca21cbe7acb941b31eac4decc78fdccb6bbcb61 (diff) |
Add AMR codec supportosmith/wip
CMake work and rebase on current wireshark master by Pau Espin Pedrol.
Rebase on 3.4.7 by Oliver Smith.
Change-Id: I5ec963b910f8f271aa2e5d680ea33e2170a6f367
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 9d369927d2..0a76a707b5 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -98,6 +98,7 @@ 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_ILBC "Build with iLBC codec support in RTP Player" ON) +option(ENABLE_AMRNB "Build with AMRNB codec support in RTP Player" ON) option(ENABLE_LIBXML2 "Build with libxml2 support" ON) option(ENABLE_OPUS "Build with opus support" ON) |