summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-02-16 11:12:35 +0100
committerEvan Huus <eapache@gmail.com>2014-02-17 21:44:17 +0000
commit5e27a39fc6ed65bca15461bb61c26bbb0a946f88 (patch)
treefe11397a7b2611406cf2b0b9da3c264f5fb0740c /CMakeOptions.txt
parent49abfc47cc4d015f2e2f368d8c92f9ab6ca4377e (diff)
downloadwireshark-5e27a39fc6ed65bca15461bb61c26bbb0a946f88.tar.gz
Add Bluetooth SBC Codec support in cmake
SBC Codec can be optionally linked with Wireshark to provide ability to playing RTP/SBC stream by RTP Player. Change-Id: Iffbae16a741ffbfd0fb55a300064739d2c27c2e5 Reviewed-on: https://code.wireshark.org/review/223 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
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 c3d167eda9..dad0217b71 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -56,6 +56,7 @@ option(ENABLE_CARES "Build with c-ares support" ON)
option(ENABLE_NETLINK "Build with libnl support" ON)
# todo Mostly hardcoded
option(ENABLE_KERBEROS "Build with Kerberos support" ON)
+option(ENABLE_SBC "Build with SBC Codec support in RTP Player" ON)
# How to install
set(DUMPCAP_INSTALL_OPTION "normal" CACHE STRING "Permissions to install")
set(DUMPCAP_INST_VALS "normal" "suid" "capabilities")