mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-01 19:09:49 +08:00

ZRTP support removed as it was dropped upstream. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
12 lines
350 B
Diff
12 lines
350 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -700,7 +700,7 @@ PKG_CHECK_MODULES([MARIADB], [libmariadb
|
|
])
|
|
])
|
|
|
|
-PKG_CHECK_MODULES([SPANDSP], [spandsp >= 3.0],[
|
|
+PKG_CHECK_MODULES([SPANDSP], [spandsp3 >= 3.0],[
|
|
AM_CONDITIONAL([HAVE_SPANDSP],[true])],[
|
|
AC_MSG_ERROR([no usable spandsp; please install spandsp3 devel package or equivalent])
|
|
])
|