mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
add ilbc to android
This commit is contained in:
parent
94fdd26f22
commit
754c5bb689
2 changed files with 4 additions and 2 deletions
|
|
@ -161,9 +161,11 @@ extern "C" jlong Java_org_linphone_core_LinphoneCoreImpl_newLinphoneCore(JNIEnv*
|
|||
LinphoneCoreData* ldata = new LinphoneCoreData(env,thiz,jlistener,juserdata);
|
||||
#ifdef ANDROID
|
||||
ms_andsnd_register_card(jvm);
|
||||
// requires an fpu libmsilbc_init();
|
||||
#endif /*ANDROID*/
|
||||
|
||||
#ifdef HAVE_ILBC
|
||||
libmsilbc_init(); // requires an fpu
|
||||
#endif
|
||||
jlong nativePtr = (jlong)linphone_core_new( &ldata->vTable
|
||||
,userConfig
|
||||
,factoryConfig
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5267b9b3e66519a17d75735e65ae0534ebfe3ff1
|
||||
Subproject commit adc5516c11707314ae5e17bb5fcd32373710f510
|
||||
Loading…
Add table
Reference in a new issue