[Android] Set medialibrary branch to 0.5.x

Geoffrey Métais git at videolan.org
Mon Jul 29 15:42:24 CEST 2019


vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jul 29 15:40:42 2019 +0200| [e91236b9080f8d36d60094d5dab382e8e49bd47c] | committer: Geoffrey Métais

Set medialibrary branch to 0.5.x

> https://code.videolan.org/videolan/vlc-android/commit/e91236b9080f8d36d60094d5dab382e8e49bd47c
---

 compile-medialibrary.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index a93eeddb7..052446521 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