~singpolyma/asterisk

c16ec9b8bc05286d8c7fb9eff7f56e623259b01f — Tzafrir Cohen 3 years ago 849d85a
disable building codec_ilbc

Bug-Debian: https://bugs.debian.org/665938
Bug-Debian: https://bugs.debian.org/665937
Forwarded-Upstream: no
Last-Update: 2016-03-19

As we have to strip the ilbc code from asterisk, we need to disable
building codec_ilbc and cleaning the ilbc/ directory.

Patch needs to be cleaned-up to be uploaded upstream.

FIXME: module now seems to potentially use libilbc. If it can be
packaged into Debian, no reason to remove it.

Gbp-Pq: Name ilbc_disable
2 files changed, 1 insertions(+), 1 deletions(-)

M codecs/Makefile
M codecs/codec_ilbc.c
M codecs/Makefile => codecs/Makefile +0 -1
@@ 27,7 27,6 @@ LIBLPC10 := $(SUB_LPC10)/liblpc10.a

SUB_DIRS := \
	$(SUB_GSM) \
	$(SUB_ILBC) \
	$(SUB_LPC10) \

all: _all

M codecs/codec_ilbc.c => codecs/codec_ilbc.c +1 -0
@@ 27,6 27,7 @@

/*** MODULEINFO
	<use>ilbc</use>
	<defaultenabled>no</defaultenabled>
	<support_level>core</support_level>
 ***/