aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile.common
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-05 18:10:36 +0000
committerJoão Valverde <j@v6e.pt>2016-02-07 23:23:16 +0000
commit387c8864bff0921593ab4849c4868a66948c2c7c (patch)
treed095619baef0c46e1789ce470bd9a2ad4fcb2fe5 /codecs/Makefile.common
parent13ec77a9fc3af3b0b502820d0b55796c89997896 (diff)
autotools: Move SBC dependency to libwscodecs
Change-Id: I931961033798613b78f846c9176dffdb8385bf43 Reviewed-on: https://code.wireshark.org/review/13782 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'codecs/Makefile.common')
-rw-r--r--codecs/Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/codecs/Makefile.common b/codecs/Makefile.common
index 66aa79dde4..a4163abfb4 100644
--- a/codecs/Makefile.common
+++ b/codecs/Makefile.common
@@ -27,7 +27,6 @@ LIBWSCODECS_SRC = \
G711u/G711udecode.c \
G722/G722decode.c \
G726/G726decode.c \
- sbc/sbc.c \
speex/resample.c
noinst_HEADERS = \
@@ -38,7 +37,5 @@ noinst_HEADERS = \
G726/G726decode.h \
sbc/sbc_private.h \
speex/arch.h \
- speex/README.txt \
speex/speex_resampler.h \
speex/stack_alloc.h
-