From dcb8d3c19c86d7942096aaa0b4c68c8b1a71b75e Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:01:25 -0500 Subject: [PATCH] fix vaapi version (7.1.1 vs 7.1.git) (#20) --- vaapi.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaapi.Dockerfile b/vaapi.Dockerfile index b41d3e9..5d7e439 100644 --- a/vaapi.Dockerfile +++ b/vaapi.Dockerfile @@ -6,7 +6,7 @@ ENV MAKEFLAGS="-j4" ARG LIBVA=2.22.0 ENV AOM=v3.12.0 \ FDKAAC=2.0.3 \ - FFMPEG_HARD=snapshot-git \ + FFMPEG_HARD=7.1.1 \ FONTCONFIG=2.16.0 \ FREETYPE=2.13.3 \ FRIBIDI=1.0.16 \