forked from mirrors/linphone-iphone
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