forked from mirrors/linphone-iphone
Do not load soci shared lib anymore
This commit is contained in:
parent
a859c185b5
commit
22986f1840
1 changed files with 1 additions and 2 deletions
|
|
@ -152,7 +152,6 @@ 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");
|
||||
|
|
@ -215,4 +214,4 @@ class {{classImplName}} {{#isLinphoneFactory}}extends{{/isLinphoneFactory}}{{#is
|
|||
public Object getUserData() {
|
||||
return userData;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue