summaryrefslogtreecommitdiff
path: root/asterisk14/asterisk-ilbc.patch
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2012-11-24 22:54:48 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2012-11-24 22:54:48 +0900
commit013d668d18ed9179d9fed20deeaed94d08fd5f98 (patch)
treed52f0645af4e4d536c815d8a262cc4eda1580b51 /asterisk14/asterisk-ilbc.patch
parent7eee8e49427e523cecabe88e146b2df32110a0c0 (diff)
downloadcontrib-013d668d18ed9179d9fed20deeaed94d08fd5f98.tar.gz
contrib-013d668d18ed9179d9fed20deeaed94d08fd5f98.tar.xz
asterisk14: Dropped port
Diffstat (limited to 'asterisk14/asterisk-ilbc.patch')
-rw-r--r--asterisk14/asterisk-ilbc.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/asterisk14/asterisk-ilbc.patch b/asterisk14/asterisk-ilbc.patch
deleted file mode 100644
index 5ef0b6566..000000000
--- a/asterisk14/asterisk-ilbc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- asterisk-1.4.35/codecs/Makefile.orig 2010-11-24 01:40:53.142139098 +0900
-+++ asterisk-1.4.35/codecs/Makefile 2010-11-24 01:43:10.535459241 +0900
-@@ -29,7 +29,7 @@
- LOADABLE_MODS:=
- endif
-
--LIBILBC:=ilbc/libilbc.a
-+LIBILBC:=/usr/lib/libilbc.a
- LIBLPC10:=lpc10/liblpc10.a
-
- all: _all
-@@ -56,6 +56,6 @@
- $(if $(filter codec_lpc10,$(EMBEDDED_MODS)),modules.link,codec_lpc10.so): $(LIBLPC10)
-
- $(LIBILBC):
-- @$(MAKE) -C ilbc all _ASTCFLAGS="$(filter-out -Wmissing-prototypes -Wmissing-declarations,$(_ASTCFLAGS)) $(AST_NO_STRICT_OVERFLOW)"
-+# @$(MAKE) -C ilbc all _ASTCFLAGS="$(filter-out -Wmissing-prototypes -Wmissing-declarations,$(_ASTCFLAGS)) $(AST_NO_STRICT_OVERFLOW)"
-
- $(if $(filter codec_ilbc,$(EMBEDDED_MODS)),modules.link,codec_ilbc.so): $(LIBILBC)
---- asterisk-1.4.35/menuselect-tree.orig 2010-11-05 16:11:43.177741233 +0900
-+++ asterisk-1.4.35/menuselect-tree 2010-11-05 16:11:53.904406851 +0900
-@@ -279,7 +279,7 @@
- <depend>gsm</depend>
- </member>
- <member name="codec_ilbc" displayname="iLBC Coder/Decoder" remove_on_change="codecs/codec_ilbc.o codecs/codec_ilbc.so">
-- <defaultenabled>no</defaultenabled>
-+ <defaultenabled>yes</defaultenabled>
- </member>
- <member name="codec_lpc10" displayname="LPC10 2.4kbps Coder/Decoder" remove_on_change="codecs/codec_lpc10.o codecs/codec_lpc10.so">
- </member>

Generated by cgit