Skip to content

Don't specify video-codecs manually.

The current list is missing AV1 and VP9 decoders, as well as AV1 encoder. By default, if video-codecs is not specified, all codecs will be included:

patent_codecs = ['vc1dec', 'h264dec', 'h264enc', 'h265dec', 'h265enc']
free_codecs = ['av1dec', 'av1enc', 'vp9dec']
all_codecs = patent_codecs + free_codecs

(from current mesa's meson.build).

Merge request reports