mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
skip call forking with multicast tests on windows, as it is not possible on this platform
This commit is contained in:
parent
006e1ead57
commit
5c30b4d6c0
1 changed files with 9 additions and 0 deletions
|
|
@ -96,6 +96,15 @@ static void early_media_with_multicast_base(bool_t video) {
|
|||
int begin;
|
||||
LinphoneVideoPolicy marie_policy, pauline_policy;
|
||||
LpConfig *marie_lp;
|
||||
|
||||
#ifdef WIN32
|
||||
/*
|
||||
* "Do not call IP_ADD_MEMBERSHIP with the same group more than once on the same network interface."
|
||||
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms739174%28v=vs.85%29.aspx
|
||||
*/
|
||||
ms_warning("Call forking with multicast can't be tested on windows, test skipped");
|
||||
return;
|
||||
#endif
|
||||
|
||||
belle_sip_object_enable_leak_detector(TRUE);
|
||||
begin=belle_sip_object_get_object_count();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue