update ms2 and ortp.

All multicast tests are passed on windows
This commit is contained in:
Simon Morlat 2015-02-18 00:16:46 +01:00
parent 338f0339b7
commit 56f89bbbaa
3 changed files with 2 additions and 11 deletions

@ -1 +1 @@
Subproject commit acca89ed2e726ac53eddce9ffbfd378ea0c9bf9f
Subproject commit d1684034e44781ca71a107d7d2b6db626a3ab993

2
oRTP

@ -1 +1 @@
Subproject commit cd3f64ec021534413f247b2f0185d9e934348529
Subproject commit 908c31ca7f5f251e7d2d3db0318a41ef4d66e1fb

View file

@ -96,15 +96,6 @@ 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();