Skip to content
Snippets Groups Projects

vlc-debian-win: update VLC hash to get Qt 6.8.0 tools

Merged Steve Lhomme requested to merge robUx4/docker-images:win32-qt68 into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -100,7 +100,7 @@ ENV PATH=$TOOLCHAIN_PREFIX/bin:$PATH
# Build VLC tools
RUN cd /build && \
VLC_TOOLS_HASH=9e089f4edad0ed726dd18e37ea209e360d0e44c9 && \
VLC_TOOLS_HASH=6de7998f920337492d3b73f17268ab192eab1ef4 && \
git clone -b master https://code.videolan.org/videolan/vlc.git && cd vlc && git checkout ${VLC_TOOLS_HASH} && \
cd contrib && mkdir build-contribs && cd build-contribs && \
TARGET_TUPLE=x86_64-w64-mingw32 && \
Loading