Skip to content
Snippets Groups Projects
Commit 08ef8bdd authored by Steve Lhomme's avatar Steve Lhomme
Browse files

CI: update the mingw-w64 targets to a more recent version

- includes the ActivateAudioInterfaceAsync API for UWP
- include ucrtapp which replaces ucrt with no dependency on MS DLLs
- WaitOnAddress/WakeByAddressXXX  only in the proper libs (not kernel32)
- wincrypt/CryptAPI only in the proper libs
parent 3cdbeb2c
No related branches found
No related tags found
Loading
......@@ -12,10 +12,10 @@ default:
- mv contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
variables:
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20200602191827
VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20200602185103
VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20200603153044
VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200603145315
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20200702161720
VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20200702144729
VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20200703084018
VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200706065223
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20190717134531
VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-bionic:20190627090437
......
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