From c77f029603f445c8a25f7977b428fd8a848618d5 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Tue, 18 Nov 2025 16:21:37 -0500 Subject: [PATCH] Remove libavcodec (not needed with ffmpeg swap) and add VA and VDPAU utils --- Containerfile-asrock-x570 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile-asrock-x570 b/Containerfile-asrock-x570 index 31e2931..b690118 100644 --- a/Containerfile-asrock-x570 +++ b/Containerfile-asrock-x570 @@ -29,12 +29,13 @@ RUN rpm --import \ htop \ iftop \ iotop \ - libavcodec-freeworld \ libva-nvidia-driver \ + libva-utils \ numlockx \ nvtop \ steam \ syncthing \ + vdpauinfo \ vim \ virt-manager \ vulkan-tools && \