scripts: gha: fix ffmpeg build flavor (the one we're using for now don't have minimal flavor)

This commit is contained in:
Alibek Omarov
2025-06-16 06:21:17 +05:00
parent 7f5e62d03a
commit 2267b2e4e6

View File

@@ -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"
}