diff options
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/meson.options b/meson.options index 2e61c4c544d..40fe433435a 100644 --- a/meson.options +++ b/meson.options @@ -177,13 +177,6 @@ option( ) option( - 'mediafoundation-windows-dll-name', - type : 'string', - value : 'mediafoundation_hmft', - description : 'name of gallium mediafoundation DLL built for Windows. ', -) - -option( 'mediafoundation-store-dll', type : 'boolean', value : 'false', @@ -191,6 +184,18 @@ option( ) option( + 'mediafoundation-codecs', + type : 'array', + value : ['all'], + choices: [ + 'all', 'h264enc', 'h265enc', 'av1enc' + ], + description : 'List of codecs to build mediafoundation frontend DLLs for. ' + + 'These will generate different MFT DLLs per codec and link' + + 'against the gallium drivers which uses the video-codecs option' +) + +option( 'static-libclc', type : 'array', value : [], |