mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
meson: d3d11: Add support for MinGW DirectXMath package
Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3428 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6495>
This commit is contained in:
parent
5432c8fef9
commit
dce4067e83
1 changed files with 2 additions and 1 deletions
|
@ -196,8 +196,9 @@ have_dx_math = cxx.compiles('''
|
||||||
name: 'DirectXMath support in Windows SDK')
|
name: 'DirectXMath support in Windows SDK')
|
||||||
|
|
||||||
if not have_dx_math
|
if not have_dx_math
|
||||||
directxmath_dep = dependency('directxmath',
|
directxmath_dep = dependency('DirectXMath', 'directxmath',
|
||||||
allow_fallback: true,
|
allow_fallback: true,
|
||||||
|
version: '>= 3.1.9',
|
||||||
required: d3d11_opt)
|
required: d3d11_opt)
|
||||||
if not directxmath_dep.found()
|
if not directxmath_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
|
|
Loading…
Reference in a new issue