Hi, I have installed libzrtpcpp-4.1.2 (libzrtpcpp.so.4*) including headers but ortp-0.22.1 from git compilation failed:
No package 'libzrtpcppcore' found Changing PKG_CHECK_MODULES(LIBZRTPCPP, libzrtpcppcore >= 4.0.0) to PKG_CHECK_MODULES(LIBZRTPCPP, libzrtpcpp >= 4.0.0) in configure.ac fixes compilation. Looks like this commit broke LIBZRTPCPP detecting: commit 28f2fd3db7bd487f498d6fa5582b8115db833ae7 Author: Johan Pascal <[email protected]> Date: Mon Dec 30 14:23:23 2013 +0100 Update ZRTP interface to use libzrtpcpp min version 4.0.0 - libzrtpcpp v4.0.0 can be compiled in standalone crypto mode - fix error/warning messages from libzrtpcpp reported by oRTP Warning: this version of libzrtpcpp have a conflict with libsrtp with aes_encrypt defined by both. Use the libsrtp version from linphone repository to get them working together. I submitted belle-sip Fedora package review See https://bugzilla.redhat.com/show_bug.cgi?id=1050744 but it stuck because of wrong Free Software Foundation address in COPYING: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA should be instead of 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA There is also question about origin of files belle-sip-1.2.4/src/md5.c belle-sip-1.2.4/src/md5.h Thanks. -- Alexey Kurov <[email protected]> _______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
