aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile.common
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2012-09-14 15:08:17 +0200
committerEvan Huus <eapache@gmail.com>2014-02-12 01:36:02 +0000
commit10084c344c89fdadc915e47bcece84a2ac511dc5 (patch)
treecf48eed191bfd99bd2087f2d7cb3a13fa3049047 /codecs/Makefile.common
parentab3348eeb412d45acd89ffb7d0b39189b36399ce (diff)
RTP: Add support for SBC codec in RTP Player
Add optional dependancy to libsbc to play Bluetooth SBC in A2DP payload. Also simplify RTP Player and extent codec interface. Change-Id: I52e1fce9c82e2885736354fe73c6c37168a4fda3 Reviewed-on: https://code.wireshark.org/review/19 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'codecs/Makefile.common')
-rw-r--r--codecs/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile.common b/codecs/Makefile.common
index 42009472c0..7f35b87d2e 100644
--- a/codecs/Makefile.common
+++ b/codecs/Makefile.common
@@ -37,5 +37,5 @@ noinst_HEADERS = \
G711u/G711udecode.h G711u/G711utable.h \
G722/G722decode.h \
G726/G726decode.h \
- sbc/sbc.h
+ sbc/sbc_private.h