mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Added soci_core to list of library to load
This commit is contained in:
parent
5c0b416b76
commit
946a657c24
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ class {{classImplName}} {{#isLinphoneFactory}}extends{{/isLinphoneFactory}}{{#is
|
|||
static {
|
||||
System.loadLibrary("gnustl_shared");
|
||||
loadOptionalLibrary("ffmpeg-linphone");
|
||||
System.loadLibrary("soci_core");
|
||||
System.loadLibrary("bctoolbox");
|
||||
System.loadLibrary("ortp");
|
||||
System.loadLibrary("mediastreamer_base");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue