From e2842eee0db12b450e6f53175e78aeab2d6987ae Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 14 Jul 2009 18:00:03 +0000 Subject: [PATCH] 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 --- src/mod/codecs/mod_celt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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