summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
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 /cmakeconfig.h.in
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 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index d33781de70..0f64dceea1 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -243,6 +243,9 @@
/* Define if sa_len field exists in struct sockaddr */
#cmakedefine HAVE_SA_LEN 1
+/* Define to 1 if you want to playing SBC by standalone BlueZ SBC library */
+#cmakedefine HAVE_SBC 1
+
/* Define to 1 if you have the `setresgid' function. */
#cmakedefine HAVE_SETRESGID 1