mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
remove all TARGET_OS_IPHONE
This commit is contained in:
parent
3a5a469768
commit
e19c87b9eb
3 changed files with 4 additions and 4 deletions
|
|
@ -433,10 +433,10 @@ static void sound_config_read(LinphoneCore *lc)
|
|||
linphone_core_set_play_file(lc,lp_config_get_string(lc->config,"sound","hold_music",PACKAGE_SOUND_DIR "/" HOLD_MUSIC));
|
||||
check_sound_device(lc);
|
||||
lc->sound_conf.latency=0;
|
||||
#if !defined(TARGET_OS_IPHONE) && !defined(ANDROID)
|
||||
#ifndef __ios
|
||||
tmp=TRUE;
|
||||
#else
|
||||
tmp=FALSE;
|
||||
tmp=FALSE; /* on iOS we have builtin echo cancellation.*/
|
||||
#endif
|
||||
tmp=lp_config_get_int(lc->config,"sound","echocancellation",tmp);
|
||||
linphone_core_enable_echo_cancellation(lc,tmp);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 188a736305a526b34daf454f6f6581fce38ea589
|
||||
Subproject commit 5429d344adf0775fa70e2696bff3f54057191143
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 443580aabf873e1b30b39909d38ddaecf6ec0871
|
||||
Subproject commit c51e20cc0c34db562754b5b7fe9be3bada83cd26
|
||||
Loading…
Add table
Reference in a new issue