Browse Source

Bump libs to 3.5.0-eap7 / 0.12.0-eap7

merge-requests/1454/head libvlc-3.5.0-eap7
Duncan McNamara 4 years ago
parent
commit
b2981dcbf1
  1. 4
      build.gradle
  2. 2
      buildsystem/compile-medialibrary.sh
  3. 2
      buildsystem/compile.sh

4
build.gradle

@ -39,8 +39,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.5.0 Beta 5'
versionCode = 3040450
libvlcVersion = '3.5.0-eap6'
medialibraryVersion = '0.11.2-eap6'
libvlcVersion = '3.5.0-eap7'
medialibraryVersion = '0.12.0-eap7'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31

2
buildsystem/compile-medialibrary.sh

@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=17bd66deea2cb2964de01b393e0e0e1138d82f28
MEDIALIBRARY_HASH=fc002ae17f9b6544d784f609f3b6872544e5d40c
while [ $# -gt 0 ]; do
case $1 in

2
buildsystem/compile.sh

@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=cabe90d174ce3dd22db45887e9146456339790a0
TESTED_HASH=25362eb856f14632e051ab48f1f592cb69f021da
VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"

Loading…
Cancel
Save