[Android] Switch to medialibrary branch 0.3.x

Geoffrey Métais git at videolan.org
Fri Mar 30 16:51:00 CEST 2018


vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Mar 26 14:44:14 2018 +0200| [3d7f476bad5d0d6b571d0b62a488e96b3e64052d] | committer: Geoffrey Métais

Switch to medialibrary branch 0.3.x

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

 compile-libvlc.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index bb20704b3..1241a595f 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -16,7 +16,7 @@ checkfail()
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=33a57a9
+MEDIALIBRARY_HASH=94abdc9
 
 BUILD_ML=1
 RELEASE=0
@@ -774,6 +774,7 @@ if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/medialibrary" ]; then
     git clone http://code.videolan.org/videolan/medialibrary.git "${SRC_DIR}/medialibrary/medialibrary"
     checkfail "medialibrary source: git clone failed"
     cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary
+    git checkout 0.3.x
     git submodule update --init libvlcpp
 else
     cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary



More information about the Android mailing list