From ae049c379c4a086f5b81b51db6e933d66617d797 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 28 Mar 2026 10:51:29 -0400 Subject: [PATCH] Set ffmpeg PREFERRED_PROVIDER hvmpd do not use video, so no need to have "rpidistro-ffmpeg". Signed-off-by: Hugo Villeneuve --- raspberrypi/conf/machine/raspberrypi-extra.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raspberrypi/conf/machine/raspberrypi-extra.conf b/raspberrypi/conf/machine/raspberrypi-extra.conf index 1c544b0..f793032 100644 --- a/raspberrypi/conf/machine/raspberrypi-extra.conf +++ b/raspberrypi/conf/machine/raspberrypi-extra.conf @@ -28,3 +28,5 @@ RPI_KERNEL_DEVICETREE_OVERLAYS += " \ " PREFERRED_VERSION_linux-raspberrypi = "6.12.%" + +PREFERRED_PROVIDER_ffmpeg = "ffmpeg" -- 2.47.3