Skip to content
Snippets Groups Projects
Commit f05db3f9 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

medialibrary: fix build with vlc-4.0

parent 10a441b6
No related branches found
No related tags found
1 merge request!3084.0: fix build
Pipeline #10950 passed with stage
in 27 minutes and 8 seconds
......@@ -101,6 +101,9 @@ else
fi
if [ "$RELEASE" = "1" ]; then
git reset --hard ${MEDIALIBRARY_HASH}
# In case of VLC 4.0 build, we need this commit to fix the build, but we
# still don't want to change the HASH for that.
git cherry-pick bfb2ad6e8b34a62c482e3064e6e13751482b903f
fi
cd ${SRC_DIR}
echo -e "\e[1m\e[36mCFLAGS: ${CFLAGS}\e[0m"
......
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