[Android] Use medialibrary 0.2.x stable branch

Geoffrey Métais git at videolan.org
Wed Nov 29 16:06:33 CET 2017


vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 29 16:05:09 2017 +0100| [36733028878656cffa30b8b4679cc80547272200] | committer: Geoffrey Métais

Use medialibrary 0.2.x stable branch

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 401cc6811..4626a2100 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -782,7 +782,7 @@ else
     fi
 fi
 if [ "$RELEASE" = 1 ]; then
-    git reset --hard ${MEDIALIBRARY_HASH}
+  git checkout 0.2.x
 fi
 cd ${SRC_DIR}
 echo -e "\e[1m\e[36mCFLAGS:            ${CFLAGS}\e[0m"



More information about the Android mailing list