Date: Wed, 03 Apr 2024 12:05:29 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Emmanuel Vadot <manu@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 9846c828d429 - main - graphics/mesa: Enable AV1 and VP9 Message-ID: <le5u-92xi-wny@FreeBSD.org> In-Reply-To: <202404030756.4337uNPh048781@gitrepo.freebsd.org> (Emmanuel Vadot's message of "Wed, 3 Apr 2024 07:56:23 GMT") References: <202404030756.4337uNPh048781@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Emmanuel Vadot <manu@FreeBSD.org> writes: > # Vulkan Video extensions (keep in sync with mesa-gallium-va) > -MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" > +MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" Why not use -Dvideo-codecs=all like graphics/mesa-devel? For example, the above lacks vp9enc which can be supported on Intel if Vulkan Video ever standardizes VP9 support. No clue if AMD has VP9 encode on any GPU. See also https://gitlab.freedesktop.org/mesa/mesa/-/commit/d0c355601129
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?le5u-92xi-wny>