mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Fix compilation error
This commit is contained in:
parent
ca9ae30566
commit
cb355233b2
1 changed files with 1 additions and 1 deletions
|
|
@ -3463,7 +3463,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setAudioDscp(JNIEnv* env
|
|||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setAndroidPowerManager(JNIEnv *env, jclass cls, jobject pm) {
|
||||
#ifdef ANDROID
|
||||
JavaVM *jvm;
|
||||
GetJavaVM(env, &jvm);
|
||||
env->GetJavaVM(&jvm);
|
||||
bellesip_wake_lock_init(jvm, pm);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue