Descirption: disable building codec_ilbc
Author: Tzafrir Cohen <tzafrir@debian.org>
Forwarded-Upstream: no
Bug-Debian:

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.

--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -32,7 +32,9 @@ endif
 clean::
 	$(MAKE) -C gsm clean
 	$(MAKE) -C lpc10 clean
+ifneq ($(wildcard ilbc/Makefile),)
 	$(MAKE) -C ilbc clean
+endif
 	rm -f g722/*.[oa]
 
 gsm/lib/libgsm.a:
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -26,6 +26,7 @@
  */
 
 /*** MODULEINFO
+	<defaultenabled>no</defaultenabled>
 	<support_level>core</support_level>
  ***/
 
