mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
configure --without-ilbc done
ILBC support is not really functionnal so the false the flag BUILD_ILBC is nerver defined
This commit is contained in:
@ -234,6 +234,14 @@ AS_IF([test "x$with_speex" != xno],
|
||||
AC_DEFINE([HAVE_SPEEX], test "x$with_speex" = "xyes", [Define if you have libspeex])
|
||||
AM_CONDITIONAL(BUILD_SPEEX, test "x$with_speex" = "xyes" )
|
||||
|
||||
dnl Check for ilbc support
|
||||
AC_ARG_WITH([ilbc],
|
||||
[AS_HELP_STRING([--without-ilbc],
|
||||
[disable support for the ilbc codec])],
|
||||
[],
|
||||
[with_ilbc=no])
|
||||
|
||||
AM_CONDITIONAL(BUILD_ILBC, test "x$with_ilbc" = "xyes" )
|
||||
|
||||
dnl Check for IAX
|
||||
AC_ARG_WITH([iax2],
|
||||
|
Reference in New Issue
Block a user