[Android] Set medialibrary branch to 0.5.x
Geoffrey Métais
git at videolan.org
Mon Aug 12 14:18:30 CEST 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jul 29 15:40:42 2019 +0200| [1b8604422e81606092be6d6474706b11c78c51ed] | committer: Geoffrey Métais
Set medialibrary branch to 0.5.x
(cherry picked from commit e91236b9080f8d36d60094d5dab382e8e49bd47c)
> https://code.videolan.org/videolan/vlc-android/commit/1b8604422e81606092be6d6474706b11c78c51ed
---
compile-medialibrary.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index 6bff21a24..0954acd11 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -89,6 +89,7 @@ if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/medialibrary" ]; then
git clone http://code.videolan.org/videolan/medialibrary.git "${SRC_DIR}/medialibrary/medialibrary"
avlc_checkfail "medialibrary source: git clone failed"
cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary
+ git checkout 0.5.x
git submodule update --init libvlcpp
else
cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary
More information about the Android
mailing list