From: Brian West Date: Tue, 14 Jul 2009 18:00:03 +0000 (+0000) Subject: CELT 0.6.1 improves the stereo quality, especially at lower bit-rates. This breaks... X-Git-Tag: v1.0.4~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2842eee0db12b450e6f53175e78aeab2d6987ae;p=thirdparty%2Ffreeswitch.git CELT 0.6.1 improves the stereo quality, especially at lower bit-rates. This breaks bit-stream compatibility again, but only for stereo this time. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14248 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_celt/Makefile b/src/mod/codecs/mod_celt/Makefile index 794cb8b807..2bc17f3444 100644 --- a/src/mod/codecs/mod_celt/Makefile +++ b/src/mod/codecs/mod_celt/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -CELT=celt-0.6.0 +CELT=celt-0.6.1 CELT_DIR=$(BASE)/libs/$(CELT) LOCAL_CFLAGS=-I$(CELT_DIR)/libcelt