d3d12: Bump directx-headers dependency to v611.0 for latest video codecs and features

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26556>
This commit is contained in:
Sil Vilerino
2023-12-05 08:00:01 -05:00
parent 2ea04ef69b
commit 90b49f16f7
5 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
set -ex
git clone https://github.com/microsoft/DirectX-Headers -b v1.711.3-preview --depth 1
git clone https://github.com/microsoft/DirectX-Headers -b v1.611.0 --depth 1
pushd DirectX-Headers
meson setup build --backend=ninja --buildtype=release -Dbuild-test=false $EXTRA_MESON_ARGS
meson install -C build