mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Load the gnustl C++ library when loading the application.
This commit is contained in:
parent
b890162ff1
commit
114bc71371
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
|
|||
List<String> cpuabis=Version.getCpuAbis();
|
||||
boolean libLoaded=false;
|
||||
Throwable firstException=null;
|
||||
System.loadLibrary("gnustl_shared");
|
||||
for (String abi : cpuabis){
|
||||
//android.util.Log.i("LinphoneCoreFactoryImpl","Trying to load liblinphone for " + abi);
|
||||
loadOptionalLibrary("ffmpeg-linphone-" + abi);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue