You are not logged in.
EDIT: see https://bugs.archlinux.org/task/74615
Mesa trunk has seen a change that disables building of vc1dec, h264 enc/dec and h265 enc/dec by default due to legal worries.
https://gitlab.freedesktop.org/mesa/mes … 63e42c3600
from meson_options.txt :
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.'
)
I live in europe and those patents are unlikely to be valid here, but they are valid in USA .
Should distros worry ?
Last edited by Lone_Wolf (2022-05-02 10:09:58)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Considering the "patent encumbered codecs" have worked for years without complaints, why would anyone have to consult a "legal department"?
Anyway, few developers will see this thread. I suggest to open a bug report so that future releases of the Arch package enable the respective compile options.
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
This just adds an extra option for those that want an easy way to disable those codecs. Seeing as how this has never been a problem for Arch before I don't expect that it will be used.
Offline