mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
remove cpu count detection from app, since it is done automatically by mediastreamer2 now.
update belle sip and linphone
This commit is contained in:
parent
590f0de4de
commit
4372a0ecd6
3 changed files with 2 additions and 5 deletions
|
|
@ -922,9 +922,6 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
|
||||
}
|
||||
|
||||
NSUInteger cpucount = [[NSProcessInfo processInfo] processorCount];
|
||||
ms_set_cpu_count(cpucount);
|
||||
|
||||
if (![LinphoneManager isNotIphone3G]){
|
||||
PayloadType *pt=linphone_core_find_payload_type(theLinphoneCore,"SILK",24000,-1);
|
||||
if (pt) {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 38225cd88dfd1feeccd15fa88d42fb2261964a61
|
||||
Subproject commit 0cf4dede9e1f53e9a6b1bfdc329cef283bcb6022
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit fa16748aa61f402489d1fd1f4ebd5d3bdcb3bc4f
|
||||
Subproject commit 2fa2ab9056e98f0664fce05f88590015231a2571
|
||||
Loading…
Add table
Reference in a new issue