Index: graphics/mesa-dri/Makefile =================================================================== --- graphics/mesa-dri/Makefile +++ graphics/mesa-dri/Makefile @@ -96,9 +96,6 @@ MESON_ARGS+= -Dplatforms="${MESA_PLATFORMS:ts,:tl}" -# Vulkan Video extensions (keep in sync with mesa-gallium-va) -MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" - # Disable some options MESON_ARGS+= -Dandroid-libbacktrace=disabled \ -Dgallium-xa=disabled \ Index: graphics/mesa-dri/Makefile.common =================================================================== --- graphics/mesa-dri/Makefile.common +++ graphics/mesa-dri/Makefile.common @@ -78,4 +78,5 @@ LDFLAGS+= -Wl,-rpath=${LOCALBASE}/llvm${LLVM_VERSION}/lib MESON_ARGS+= -Dllvm=enabled \ - -Dlibunwind=disabled + -Dlibunwind=disabled \ + -Dvideo-codecs="all" Index: graphics/mesa-gallium-va/Makefile =================================================================== --- graphics/mesa-gallium-va/Makefile +++ graphics/mesa-gallium-va/Makefile @@ -25,8 +25,7 @@ .include .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common" -MESON_ARGS+= -Dvideo-codecs="vc1dec,h264dec,h264enc,h265dec,h265enc,av1dec,av1enc,vp9dec" \ - -Dgallium-drivers="radeonsi,r600" \ +MESON_ARGS+= -Dgallium-drivers="radeonsi,r600" \ -Dvulkan-drivers="" \ -Dandroid-libbacktrace=disabled \ -Dgallium-vdpau=disabled \ Index: graphics/mesa-gallium-vdpau/Makefile =================================================================== --- graphics/mesa-gallium-vdpau/Makefile +++ graphics/mesa-gallium-vdpau/Makefile @@ -1,5 +1,6 @@ PORTNAME= mesa-gallium-vdpau PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Mesa Gallium VDPAU drivers