Skip to content
Snippets Groups Projects
Commit 17800d21 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade LibVLC & Medialibrary

parent 83ab0573
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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"
......
...@@ -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"
......
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment