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
a906cfa6
Commit
a906cfa6
authored
Jun 28, 2017
by
Ghislain MARY
Browse files
Fix path to check if the msopenh264 plugin is present on Android.
parent
cbc273d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
java/impl/org/linphone/core/LinphoneCoreFactoryImpl.java
View file @
a906cfa6
...
...
@@ -79,7 +79,7 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
}
private
boolean
loadingDownloadedOpenH264
(
Context
context
)
{
File
file
=
new
File
(
context
.
get
FilesDir
()+
"/../lib
/libmsopenh264.so"
);
File
file
=
new
File
(
context
.
get
ApplicationInfo
().
nativeLibraryDir
+
"
/libmsopenh264.so"
);
if
(!
file
.
exists
())
{
Log
.
i
(
"LinphoneCoreFactoryImpl"
,
" libmsopenh264 not found, we disable the download of Openh264"
);
...
...
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