mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#1797] Main build system now uses pjproject-1.0.3
This commit is contained in:
@ -409,6 +409,6 @@ AC_SUBST(DBUS_SERVICES_DIR)
|
||||
AC_SUBST(SFLPHONE_CFLAGS)
|
||||
AC_SUBST(SFLPHONE_LIBS)
|
||||
AC_OUTPUT
|
||||
AC_MSG_NOTICE([[Configuration done! Please make sure that pjsip library (libs/pjproject-1.0.2) has already been compiled. Run `make' to build the software.]])
|
||||
AC_MSG_NOTICE([[Configuration done! Please make sure that pjsip library (libs/pjproject-1.0.3) has already been compiled. Run `make' to build the software.]])
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@ sflplugindir=$(DESTDIR)$(libdir)/sflphone/plugins
|
||||
ASTYLERC="../astylerc"
|
||||
indent="/usr/bin/astyle"
|
||||
|
||||
PJSIP_VERSION="1.0.2"
|
||||
PJSIP_VERSION="1.0.3"
|
||||
|
||||
# for pjsip
|
||||
PJSIP_LIBS= \
|
||||
|
Reference in New Issue
Block a user