From: Michael Jerris Date: Fri, 11 Dec 2009 22:04:47 +0000 (+0000) Subject: remove pre-configuration from celt tarball X-Git-Tag: v1.0.6~1037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435177998e349a034c20edfbd4d083c2d46044d6;p=thirdparty%2Ffreeswitch.git remove pre-configuration from celt tarball git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15920 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_celt/Makefile b/src/mod/codecs/mod_celt/Makefile index 5b592dadab..33b10f1922 100644 --- a/src/mod/codecs/mod_celt/Makefile +++ b/src/mod/codecs/mod_celt/Makefile @@ -1,6 +1,6 @@ BASE=../../../.. -CELT=celt-0.7.0 +CELT=celt-0.7.0-1 CELT_DIR=$(switch_srcdir)/libs/$(CELT) CELT_BUILDDIR=$(switch_builddir)/libs/$(CELT)