From 3d7f476bad5d0d6b571d0b62a488e96b3e64052d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20M=C3=A9tais?= Date: Mon, 26 Mar 2018 14:44:14 +0200 Subject: [PATCH] Switch to medialibrary branch 0.3.x --- 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