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

This reverts commit 2267b2e4e6.
This commit is contained in:
Alibek Omarov
2025-06-16 06:24:39 +05:00
parent cc528d407d
commit 902fa52cbd

View File

@@ -25,7 +25,7 @@ get_ffmpeg_archive()
B="$GH_CPU_ARCH"
fi
FLAVOR=lgpl-shared
FLAVOR=lgpl-shared-minimal
echo "ffmpeg-n$FFMPEG_VERSION-latest-$A$B-$FLAVOR-$FFMPEG_VERSION"
}