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:
parent
66b35a984d
commit
2a44248bcd
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user