[Android] Medialibrary: Use 0.6.x branch

Geoffrey Métais git at videolan.org
Wed Oct 30 16:46:41 CET 2019


vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Oct 30 15:50:12 2019 +0100| [e0c9a1c08b47ebfca8183f7f4695123534e7df89] | committer: Geoffrey Métais

Medialibrary: Use 0.6.x branch

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

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

diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index 53929975f..28f01c4e3 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -89,7 +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 checkout 0.6.x
     git submodule update --init libvlcpp
 else
     cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary



More information about the Android mailing list