Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
528
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
17800d21
Commit
17800d21
authored
5 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade LibVLC & Medialibrary
parent
83ab0573
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
compile-medialibrary.sh
+1
-1
1 addition, 1 deletion
compile-medialibrary.sh
compile.sh
+1
-1
1 addition, 1 deletion
compile.sh
libvlc/build.gradle
+1
-1
1 addition, 1 deletion
libvlc/build.gradle
medialibrary/build.gradle
+1
-1
1 addition, 1 deletion
medialibrary/build.gradle
with
4 additions
and
4 deletions
compile-medialibrary.sh
+
1
−
1
View file @
17800d21
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# ARGUMENTS #
# ARGUMENTS #
#############
#############
MEDIALIBRARY_HASH
=
f2c5b59
MEDIALIBRARY_HASH
=
c8b4abf
while
[
$#
-gt
0
]
;
do
while
[
$#
-gt
0
]
;
do
case
$1
in
case
$1
in
...
...
This diff is collapsed.
Click to expand it.
compile.sh
+
1
−
1
View file @
17800d21
...
@@ -265,7 +265,7 @@ fi
...
@@ -265,7 +265,7 @@ fi
# Fetch VLC source #
# Fetch VLC source #
####################
####################
TESTED_HASH
=
6725d40
TESTED_HASH
=
361cbd3
VLC_REPOSITORY
=
https://git.videolan.org/git/vlc/vlc-3.0.git
VLC_REPOSITORY
=
https://git.videolan.org/git/vlc/vlc-3.0.git
if
[
!
-d
"vlc"
]
;
then
if
[
!
-d
"vlc"
]
;
then
diagnostic
"VLC sources: not found, cloning"
diagnostic
"VLC sources: not found, cloning"
...
...
This diff is collapsed.
Click to expand it.
libvlc/build.gradle
+
1
−
1
View file @
17800d21
...
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
...
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
def
vlcSrcDirs
=
System
.
getenv
(
'GRADLE_VLC_SRC_DIRS'
)
def
vlcSrcDirs
=
System
.
getenv
(
'GRADLE_VLC_SRC_DIRS'
)
ext
{
ext
{
library_version
=
'3.2.
1
'
library_version
=
'3.2.
2
'
repoName
=
'Android'
repoName
=
'Android'
libraryName
=
'LibVLC-Android'
libraryName
=
'LibVLC-Android'
lib_artifact
=
"libvlc-$abi"
lib_artifact
=
"libvlc-$abi"
...
...
This diff is collapsed.
Click to expand it.
medialibrary/build.gradle
+
1
−
1
View file @
17800d21
...
@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
...
@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
def
abi
=
System
.
getenv
(
'GRADLE_ABI'
)?.
toLowerCase
()
ext
{
ext
{
library_version
=
'0.6.
1
'
library_version
=
'0.6.
2
'
repoName
=
'Android'
repoName
=
'Android'
libraryName
=
'Medialibrary-Android'
libraryName
=
'Medialibrary-Android'
lib_artifact
=
"medialibrary-$abi"
lib_artifact
=
"medialibrary-$abi"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment