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

compile-medialibrary.sh: Remove now unneeded cherry-pick

This was required when building from medialib 0.6 branch, but the commit
is already on master which we now use
parent 8d3cc435
No related branches found
No related tags found
1 merge request!634Always use medialib tested hash
......@@ -100,9 +100,6 @@ 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}
......
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