Added soci_core to list of library to load

This commit is contained in:
Sylvain Berfini 2017-10-26 16:55:05 +02:00
parent 5c0b416b76
commit 946a657c24

View file

@ -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");