[Android] buildsystem: bump medialibrary version
Thomas Guillem
git at videolan.org
Mon Aug 1 06:16:05 UTC 2022
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jul 28 16:53:57 2022 +0200| [70a1c4f72a246e02c32ba0aaa6aff4d854a580f1] | committer: Nicolas Pomepuy
buildsystem: bump medialibrary version
To include latest libvlcpp VLC 4.0 api changes (No change for VLC 3.0).
> https://code.videolan.org/videolan/vlc-android/commit/70a1c4f72a246e02c32ba0aaa6aff4d854a580f1
---
buildsystem/compile-medialibrary.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 5b1ebb71a..87aa4cd70 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=95606edf0c5ac560b3673f82477b5f5c13142c1d
+MEDIALIBRARY_HASH=4260aa051308dcb246de70a1c2233c8546769b35
while [ $# -gt 0 ]; do
case $1 in
More information about the Android
mailing list