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
2e64b3b0
Commit
2e64b3b0
authored
Aug 24, 2012
by
Simon Morlat
Browse files
update ms2 for bugfix and fix JNI
parent
af077522
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-1
mediastreamer2
mediastreamer2
+1
-1
No files found.
coreapi/linphonecore_jni.cc
View file @
2e64b3b0
...
...
@@ -601,7 +601,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setNetworkStateReachable
extern
"C"
jboolean
Java_org_linphone_core_LinphoneCoreImpl_isNetworkStateReachable
(
JNIEnv
*
env
,
jobject
thiz
,
jlong
lc
)
{
return
linphone_core_is_network_reachable
d
((
LinphoneCore
*
)
lc
);
return
linphone_core_is_network_reachable
((
LinphoneCore
*
)
lc
);
}
extern
"C"
void
Java_org_linphone_core_LinphoneCoreImpl_setPlaybackGain
(
JNIEnv
*
env
...
...
mediastreamer2
@
b184aec8
Subproject commit
54678a7aca9ce71dc43660fc80364cd0a2076ca
9
Subproject commit
b184aec8e85e094df2b9c18e0ba4bf19aa873ec
9
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