From c16ec9b8bc05286d8c7fb9eff7f56e623259b01f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 20 Aug 2019 15:31:36 -0500 Subject: [PATCH] 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 --- codecs/Makefile | 1 - codecs/codec_ilbc.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/codecs/Makefile b/codecs/Makefile index 86a7dec..3935341 100644 --- a/codecs/Makefile +++ b/codecs/Makefile @@ -27,7 +27,6 @@ LIBLPC10 := $(SUB_LPC10)/liblpc10.a SUB_DIRS := \ $(SUB_GSM) \ - $(SUB_ILBC) \ $(SUB_LPC10) \ all: _all diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c index 536d680..ea81c2a 100644 --- a/codecs/codec_ilbc.c +++ b/codecs/codec_ilbc.c @@ -27,6 +27,7 @@ /*** MODULEINFO ilbc + no core ***/ -- 2.45.2