mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix broken build (all) and update ms2 and ortp
This commit is contained in:
parent
87d0a6f1ea
commit
4964b82f26
4 changed files with 5 additions and 3 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
|
|
@ -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
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 729f35e54053154d92fe3eaf7bdb86bc10aec262
|
||||
Subproject commit f1fe7c8502c72cebfcbbee95d27586ba979824c6
|
||||
Loading…
Add table
Reference in a new issue