mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Load the correct C++ library on Android
This commit is contained in:
parent
23000b1ec9
commit
4fa3a224cf
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class {{classImplName}} {{#isLinphoneFactory}}extends{{/isLinphoneFactory}}{{#is
|
|||
}
|
||||
|
||||
static {
|
||||
System.loadLibrary("gnustl_shared");
|
||||
System.loadLibrary("c++_shared");
|
||||
loadOptionalLibrary("ffmpeg-linphone");
|
||||
System.loadLibrary("bctoolbox");
|
||||
System.loadLibrary("ortp");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue