d3d12: Enable GIR for MSVC build as well

cerbero issue should be fixed by
https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1824

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9076>
This commit is contained in:
Seungha Yang 2025-05-26 18:25:58 +09:00
parent 66b35a984d
commit 2a44248bcd

View File

@ -180,9 +180,7 @@ pkgconfig.generate(gstd3d12,
library_def = {'lib': gstd3d12}
gen_sources = []
# XXX: something gets wrong with DirectX-Header's static library in case of msvc.
# Enable gir only for msys2
if build_gir and cc.get_argument_syntax() != 'msvc'
if build_gir
gir = {
'sources' : d3d12_sources + d3d12_headers,
'namespace' : 'GstD3D12',