В версии Mesa в сизифе (22.2.0-alt1) опции конфигурации сборки не учитывают, что теперь нужно указывать видеокодеки с потенциальными патентными проблемами нужно включить: option( 'video-codecs', type : 'array', value : [], choices: [ 'vc1dec', 'h264dec', 'h264enc', 'h265dec', 'h265enc' ], 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.' ) т.е. сейчас Mesa собирается без поддержки вышеозначенных кодеков. Я не юрист, но мне кажется есть смысл их включить.
в 22.2.1 включено