forked from mirrors/linphone-iphone
submodules: update plugins to use factory new initialization. Note: it is still broken for now!
This commit is contained in:
parent
b5ddec91a9
commit
e43f11e3dd
7 changed files with 6 additions and 8 deletions
|
|
@ -72,7 +72,6 @@ NSString *const kLinphoneFileTransferRecvUpdate = @"LinphoneFileTransferRecvUpda
|
|||
|
||||
const int kLinphoneAudioVbrCodecDefaultBitrate = 36; /*you can override this from linphonerc or linphonerc-factory*/
|
||||
|
||||
extern void libmsilbc_init(MSFactory *factory);
|
||||
extern void libmsamr_init(MSFactory *factory);
|
||||
extern void libmsx264_init(MSFactory *factory);
|
||||
extern void libmsopenh264_init(MSFactory *factory);
|
||||
|
|
@ -1430,7 +1429,6 @@ static BOOL libStarted = FALSE;
|
|||
|
||||
// Load plugins if available in the linphone SDK - otherwise these calls will do nothing
|
||||
MSFactory *f = linphone_core_get_ms_factory(theLinphoneCore);
|
||||
libmsilbc_init(f);
|
||||
libmssilk_init(f);
|
||||
libmsamr_init(f);
|
||||
libmsx264_init(f);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 51d0d1dda46a01089840f5803c38bf985cf4d00f
|
||||
Subproject commit e540e0c4d5521c5125e1de496ad1085e642df120
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 35e3de7e1b8de0ae6a971103d54c9d489c0fddba
|
||||
Subproject commit 5e180193d06e5d6b3394571ac7750b5359856c15
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit c5585b74a493fd918d147963f57877b8e380fac3
|
||||
Subproject commit 709e1f6903914fa883ebcf26f51fece65e3e1ab5
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 49306ca4566480e08a0b64f1323bfc9f354d41bf
|
||||
Subproject commit e766ae43c503aa08080df9beb24a0fe81ce213bb
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5787ddda77a8292898670ab8bd3d48e6e51ccfaa
|
||||
Subproject commit 113e9818866ebbf75a03d4559d76ee89a6dcfd9f
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit e9e6b60172291a705c9f3be0b72a46686099ffbc
|
||||
Subproject commit 427e20aeabcf62fbd2fdb48ab80f56833d3db790
|
||||
Loading…
Add table
Reference in a new issue