[Android] Medialibrary: checkout to branch 0.4.x for now

Geoffrey Métais git at videolan.org
Thu Feb 7 15:21:45 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb  7 15:17:36 2019 +0100| [57dbc5f19f1e7b78e724f496019f59250efa107c] | committer: Geoffrey Métais

Medialibrary: checkout to branch 0.4.x for now

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

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

diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index f346d43cc..fa06103bd 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -120,6 +120,7 @@ checkfail "sqlite build failed"
 if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/medialibrary" ]; then
     echo -e "\e[1m\e[32mmedialibrary source not found, cloning\e[0m"
     git clone http://code.videolan.org/videolan/medialibrary.git "${SRC_DIR}/medialibrary/medialibrary"
+    git checkout 0.4.x
     checkfail "medialibrary source: git clone failed"
     cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary
     git submodule update --init libvlcpp



More information about the Android mailing list