From 36a2c5a2441cc7ec6544a24ec471ec462249acd3 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandresavard@alexandresavard-desktop.(none)> Date: Thu, 25 Mar 2010 16:08:33 -0400 Subject: [PATCH] [#3052] Required version for Celt updated to 0.7.1 configure.ac --- sflphone-common/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/configure.ac b/sflphone-common/configure.ac index 96434834b6..85541cebe3 100644 --- a/sflphone-common/configure.ac +++ b/sflphone-common/configure.ac @@ -357,7 +357,7 @@ AC_DEFINE([HAVE_SPEEX], test "x$with_speex" = "xyes", [Define if you have libspe AM_CONDITIONAL(ENABLE_SPEEXDSP, test $HAVE_SPEEXDSP = yes) dnl Check for celt. Compile it only if a recent enough version is found - LIBCELT_MIN_VERSION=0.5.1 + LIBCELT_MIN_VERSION=0.7.1 PKG_CHECK_MODULES(CELT, celt >= ${LIBCELT_MIN_VERSION}, AM_CONDITIONAL(BUILD_CELT, test 1 = 1 ), AM_CONDITIONAL(BUILD_CELT, test 0 = 1 )) dnl Check for IAX -- GitLab