Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
4964b82f
Commit
4964b82f
authored
Dec 16, 2011
by
Simon Morlat
Browse files
fix broken build (all) and update ms2 and ortp
parent
87d0a6f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4964b82f
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])
...
...
coreapi/linphonecore.c
View file @
4964b82f
...
...
@@ -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
){
...
...
mediastreamer2
@
698cadf4
Subproject commit
d808334925d97bafc3539a59293a309709da3e2e
Subproject commit
698cadf4ed473f4d1291238852492222209916da
oRTP
@
f1fe7c85
Subproject commit
729f35e54053154d92fe3eaf7bdb86bc10aec262
Subproject commit
f1fe7c8502c72cebfcbbee95d27586ba979824c6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment