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
8ab1cde0
Commit
8ab1cde0
authored
Jul 02, 2018
by
Ghislain MARY
Browse files
Update openh264 version to 1.8.0.
parent
61e38e37
Pipeline
#124
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
wrappers/java/classes/tools/OpenH264DownloadHelper.java
View file @
8ab1cde0
...
...
@@ -50,16 +50,16 @@ public class OpenH264DownloadHelper {
/**
* Default values
* nameLib = "libopenh264
-1.5
.so"
* urlDownload = "http://ciscobinary.openh264.org/libopenh264-1.
5
.0-android19.so.bz2"
* nameFileDownload = "libopenh264-1.
5
.0-android19.so.bz2"
* nameLib = "libopenh264.so"
* urlDownload = "http://ciscobinary.openh264.org/libopenh264-1.
8
.0-android19.so.bz2"
* nameFileDownload = "libopenh264-1.
8
.0-android19.so.bz2"
*/
public
OpenH264DownloadHelper
(
Context
context
)
{
userData
=
new
ArrayList
<
Object
>();
licenseMessage
=
"OpenH264 Video Codec provided by Cisco Systems, Inc."
;
nameLib
=
"libopenh264.so"
;
urlDownload
=
"http://ciscobinary.openh264.org/libopenh264-1.
5
.0-android19.so.bz2"
;
nameFileDownload
=
"libopenh264-1.
5
.0-android19.so.bz2"
;
urlDownload
=
"http://ciscobinary.openh264.org/libopenh264-1.
8
.0-android19.so.bz2"
;
nameFileDownload
=
"libopenh264-1.
8
.0-android19.so.bz2"
;
if
(
context
.
getFilesDir
()
!=
null
)
{
fileDirection
=
context
.
getFilesDir
().
toString
();
}
...
...
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