From: Brian West Date: Wed, 5 Jan 2011 22:37:46 +0000 (-0600) Subject: Bump celt to 0.10.0 X-Git-Tag: v1.2-rc1~221^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422ee12aaa0802f3de6e23c21baae9d9b4a9372c;p=thirdparty%2Ffreeswitch.git Bump celt to 0.10.0 --- diff --git a/src/mod/codecs/mod_celt/Makefile b/src/mod/codecs/mod_celt/Makefile index cdcc045bdb..2d2e27f04c 100644 --- a/src/mod/codecs/mod_celt/Makefile +++ b/src/mod/codecs/mod_celt/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -CELT=celt-0.7.1 +CELT=celt-0.10.0 CELT_DIR=$(switch_srcdir)/libs/$(CELT) CELT_BUILDDIR=$(switch_builddir)/libs/$(CELT)