mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
Add phone number cleanup functions, unit tests and panel configuration
This commit is contained in:
@ -311,12 +311,6 @@ AS_IF([test "x$with_speex" != xno],
|
||||
]
|
||||
dnl More advanced check in case the libspeexdsp is not installed
|
||||
AC_SEARCH_LIBS(speex_preprocess_run, speexdsp, HAVE_SPEEXDSP="yes", HAVE_SPEEXDSP="no", [])
|
||||
|
||||
if test $HAVE_SPEEXDSP="no"; then
|
||||
echo $HAVE_SPEEXDSP;
|
||||
AC_MSG_WARN([The silence detection in speex could not have been enabled])
|
||||
fi
|
||||
|
||||
)
|
||||
|
||||
AC_DEFINE([HAVE_SPEEX], test "x$with_speex" = "xyes", [Define if you have libspeex])
|
||||
|
Reference in New Issue
Block a user