[vlc-commits] [Git][videolan/vlc][master] contrib: mingw64: assume all UWP allowed API's are correct in mingw-w64 v13
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Apr 6 12:04:29 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
efe0e752 by Steve Lhomme at 2026-04-06T11:11:31+00:00
contrib: mingw64: assume all UWP allowed API's are correct in mingw-w64 v13
The local patches were removed when switching to v12.
- - - - -
1 changed file:
- contrib/src/mingw64/rules.mak
Changes:
=====================================
contrib/src/mingw64/rules.mak
=====================================
@@ -35,7 +35,7 @@ ifeq ($(call mingw_at_least, 12), true)
PKGS_FOUND += mingw11-fixes d3d12
endif # MINGW 12
ifeq ($(call mingw_at_least, 13), true)
-PKGS_FOUND += mingw12-fixes dxvahd
+PKGS_FOUND += mingw12-fixes dxvahd alloweduwp
ifeq ($(ARCH),i386)
PKGS_FOUND += dxva_x86
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/efe0e7527da52ad9971e1c8f2aa470eddde6da69
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/efe0e7527da52ad9971e1c8f2aa470eddde6da69
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list