fix broken build (all) and update ms2 and ortp

This commit is contained in:
Simon Morlat 2011-12-16 17:46:34 +01:00
parent 87d0a6f1ea
commit 4964b82f26
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([linphone],[3.4.99.4],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.4.99.5],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])

View file

@ -4148,7 +4148,9 @@ static void linphone_core_uninit(LinphoneCore *lc)
linphone_core_free_payload_types(lc);
ortp_exit();
linphone_core_set_state(lc,LinphoneGlobalOff,"Off");
#ifdef TUNNEL_ENABLED
if (lc->tunnel) linphone_tunnel_destroy(lc->tunnel);
#endif
}
static void set_network_reachable(LinphoneCore* lc,bool_t isReachable, time_t curtime){

@ -1 +1 @@
Subproject commit d808334925d97bafc3539a59293a309709da3e2e
Subproject commit 698cadf4ed473f4d1291238852492222209916da

2
oRTP

@ -1 +1 @@
Subproject commit 729f35e54053154d92fe3eaf7bdb86bc10aec262
Subproject commit f1fe7c8502c72cebfcbbee95d27586ba979824c6