aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-va
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-04-03 05:52:58 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-04-03 07:56:13 +0000
commit9846c828d429111914471d738a467492ec401342 (patch)
tree2b12f7d806ad2cd542d66b467cfdbbb4090c79e2 /graphics/mesa-gallium-va
parent02ebd7d60a5740dde758373b09bac689be069db6 (diff)
downloadports-9846c828d429111914471d738a467492ec401342.tar.gz
ports-9846c828d429111914471d738a467492ec401342.zip
graphics/mesa: Enable AV1 and VP9
This should help AMD users with hardware that can decode those. Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics/mesa-gallium-va')
-rw-r--r--graphics/mesa-gallium-va/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index 91a565557ce9..e2c1d36bc88f 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mesa-gallium-va
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= Mesa Gallium VAAPI drivers
@@ -26,7 +26,7 @@ X11_USE= xorg=xorgproto,x11,xcb,xdamage,xext,xfixes,xshmfence,xxf86vm,xrandr
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
-MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc" \
+MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" \
-Dgallium-drivers="radeonsi,r600" \
-Dvulkan-drivers="" \
-Dandroid-libbacktrace=disabled \