Skip to content
Snippets Groups Projects
Commit 3d7f476b authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Switch to medialibrary branch 0.3.x

parent db7f4810
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment