From 2267b2e4e62828eef2b7bf7182cd44be7db5afdb Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 16 Jun 2025 06:21:17 +0500 Subject: [PATCH] scripts: gha: fix ffmpeg build flavor (the one we're using for now don't have minimal flavor) --- scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index cfe5ee14..bd69daa9 100644 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -25,7 +25,7 @@ get_ffmpeg_archive() B="$GH_CPU_ARCH" fi - FLAVOR=lgpl-shared-minimal + FLAVOR=lgpl-shared echo "ffmpeg-n$FFMPEG_VERSION-latest-$A$B-$FLAVOR-$FFMPEG_VERSION" }