Skip to content
Snippets Groups Projects
Commit 49e0b737 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

compile-medialibrary: Fix checkout

parent 44b42979
No related branches found
No related tags found
No related merge requests found
Pipeline #4432 passed with stage
in 25 minutes and 46 seconds
......@@ -120,9 +120,9 @@ checkfail "sqlite build failed"
if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/medialibrary" ]; then
echo -e "\e[1m\e[32mmedialibrary source not found, cloning\e[0m"
git clone http://code.videolan.org/videolan/medialibrary.git "${SRC_DIR}/medialibrary/medialibrary"
git checkout 0.4.x
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
......
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