forked from mirrors/linphone-iphone
Remove msx264 references (no longer maintained).
This commit is contained in:
parent
8315ac543e
commit
a1dfc7c6c3
1 changed files with 0 additions and 2 deletions
|
|
@ -89,7 +89,6 @@ NSString *const kLinphoneMsgNotificationAppGroupId = @"group.org.linphone.phone.
|
|||
const int kLinphoneAudioVbrCodecDefaultBitrate = 36; /*you can override this from linphonerc or linphonerc-factory*/
|
||||
|
||||
extern void libmsamr_init(MSFactory *factory);
|
||||
extern void libmsx264_init(MSFactory *factory);
|
||||
extern void libmsopenh264_init(MSFactory *factory);
|
||||
extern void libmssilk_init(MSFactory *factory);
|
||||
extern void libmswebrtc_init(MSFactory *factory);
|
||||
|
|
@ -1466,7 +1465,6 @@ void popup_link_account_cb(LinphoneAccountCreator *creator, LinphoneAccountCreat
|
|||
MSFactory *f = linphone_core_get_ms_factory(theLinphoneCore);
|
||||
libmssilk_init(f);
|
||||
libmsamr_init(f);
|
||||
libmsx264_init(f);
|
||||
libmsopenh264_init(f);
|
||||
libmswebrtc_init(f);
|
||||
libmscodec2_init(f);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue