meson: Add build option for gallium-d3d12-video feature

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6511
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16597>
This commit is contained in:
Sil Vilerino
2022-05-23 07:10:36 -07:00
committed by Marge Bot
parent 4a9e068a6e
commit e5ddd8ad94
8 changed files with 61 additions and 34 deletions

View File

@@ -536,3 +536,9 @@ option(
],
description : 'List of patent encumbered codecs to build support for. Distros might want to consult their legal department before enabling these. This is used for all video APIs (vaapi, vdpau, vulkan). Non-patent encumbered codecs will be enabled by default.'
)
option(
'gallium-d3d12-video',
type : 'feature',
value : 'auto',
description : 'build gallium d3d12 with video support.',
)