]> sjero.net Git - linphone/commitdiff
fix broken build (all) and update ms2 and ortp
authorSimon Morlat <simon.morlat@linphone.org>
Fri, 16 Dec 2011 16:46:34 +0000 (17:46 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Fri, 16 Dec 2011 16:46:34 +0000 (17:46 +0100)
configure.ac
coreapi/linphonecore.c
mediastreamer2
oRTP

index 2f206354bf4864480e661d2ee5935568387ce971..6e5e0da4275df4e965953056bbc552066617c5d0 100644 (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])
 
index 387ad56217b599bb096594ecaa72f60427f2cdc7..ecbd18f28a5d9ed21568984bad19bfe8bee95863 100644 (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){
index d808334925d97bafc3539a59293a309709da3e2e..698cadf4ed473f4d1291238852492222209916da 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d808334925d97bafc3539a59293a309709da3e2e
+Subproject commit 698cadf4ed473f4d1291238852492222209916da
diff --git a/oRTP b/oRTP
index 729f35e54053154d92fe3eaf7bdb86bc10aec262..f1fe7c8502c72cebfcbbee95d27586ba979824c6 160000 (submodule)
--- a/oRTP
+++ b/oRTP
@@ -1 +1 @@
-Subproject commit 729f35e54053154d92fe3eaf7bdb86bc10aec262
+Subproject commit f1fe7c8502c72cebfcbbee95d27586ba979824c6