Description: disable building codec_ilbc
 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.
Author: Tzafrir Cohen <tzafrir@debian.org>
Bug-Debian: https://bugs.debian.org/665938
Bug-Debian: https://bugs.debian.org/665937
Forwarded-Upstream: no
Last-Update: 2016-03-19

--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -27,6 +27,7 @@
 
 /*** MODULEINFO
 	<use>ilbc</use>
+	<defaultenabled>no</defaultenabled>
 	<support_level>core</support_level>
  ***/
 
--- 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
