mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Fix zrtp library link in Android
This commit is contained in:
parent
adb3413ca5
commit
863770bebb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
|
|||
|
||||
// Secure RTP and key negotiation
|
||||
loadOptionalLibrary("srtp-" + eabi);
|
||||
loadOptionalLibrary("zrtpcpp" + eabi); // GPLv3+
|
||||
loadOptionalLibrary("zrtpcpp-" + eabi); // GPLv3+
|
||||
|
||||
//Main library
|
||||
System.loadLibrary("linphone-" + eabi);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue