[Android] Medialibrary: work with master branch

Geoffrey Métais git at videolan.org
Tue Apr 2 16:59:59 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Apr  2 15:22:10 2019 +0200| [6e5faf8abb30d2142b930c9addc81b168f93c69f] | committer: Geoffrey Métais

Medialibrary: work with master branch

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

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

diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index 980ae4c23..e484e9047 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -122,7 +122,6 @@ 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.4.x
     git submodule update --init libvlcpp
 else
     cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary



More information about the Android mailing list