meson: add vp9 and av1 codec support options
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26223>
This commit is contained in:
@@ -631,7 +631,7 @@ option(
|
||||
type : 'array',
|
||||
value : [],
|
||||
choices: [
|
||||
'vc1dec', 'h264dec', 'h264enc', 'h265dec', 'h265enc'
|
||||
'vc1dec', 'h264dec', 'h264enc', 'h265dec', 'h265enc', 'av1dec', 'av1enc', 'vp9dec'
|
||||
],
|
||||
description : 'List of patent encumbered codecs to build support for. ' +
|
||||
'Distros might want to consult their legal department before ' +
|
||||
|
Reference in New Issue
Block a user