[Android] Medialibrary: checkout to branch 0.4.x for now
Geoffrey Métais
git at videolan.org
Thu Feb 7 15:26:15 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 7 15:17:36 2019 +0100| [90b183aca470b2f528b7e74568f62ff0caed532c] | committer: Geoffrey Métais
Medialibrary: checkout to branch 0.4.x for now
> https://code.videolan.org/videolan/vlc-android/commit/90b183aca470b2f528b7e74568f62ff0caed532c
---
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