From 61c791e57ef6129a564b9a699d55e0e792f964e3 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 2 Feb 2010 04:59:35 +0000 Subject: [PATCH] sigh... jeff if you're watching can you update the windows build please. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16547 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_celt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/codecs/mod_celt/Makefile b/src/mod/codecs/mod_celt/Makefile index 33b10f1922..f264210785 100644 --- a/src/mod/codecs/mod_celt/Makefile +++ b/src/mod/codecs/mod_celt/Makefile @@ -1,11 +1,11 @@ BASE=../../../.. -CELT=celt-0.7.0-1 +CELT=celt-0.7.1 CELT_DIR=$(switch_srcdir)/libs/$(CELT) CELT_BUILDDIR=$(switch_builddir)/libs/$(CELT) LOCAL_CFLAGS=-I$(CELT_DIR)/libcelt -CELT_LA=$(CELT_BUILDDIR)/libcelt/.libs/libcelt.la +CELT_LA=$(CELT_BUILDDIR)/libcelt/.libs/libcelt0.la LOCAL_LIBADD=$(CELT_LA) include $(BASE)/build/modmake.rules