add ilbc to android

This commit is contained in:
Jehan Monnier 2010-06-30 09:51:47 +02:00
parent 94fdd26f22
commit 754c5bb689
2 changed files with 4 additions and 2 deletions

View file

@ -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