Revert "scripts: gha: use full ffmpeg builds, as ours are not finalized yet"

This reverts commit 7f5e62d03a.
This commit is contained in:
Alibek Omarov
2025-06-16 06:24:35 +05:00
parent 2267b2e4e6
commit cc528d407d
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ if [ -n "${APPIMAGETOOL[$GH_CPU_ARCH]}" ]; then
fi
FFMPEG_ARCHIVE=$(get_ffmpeg_archive)
wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FFMPEG_ARCHIVE.tar.xz -qO- | tar -xJf -
wget https://github.com/FWGS/FFmpeg-Builds/releases/download/latest/$FFMPEG_ARCHIVE.tar.xz -qO- | tar -xJf -
mv $FFMPEG_ARCHIVE ffmpeg
wget "https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-$SDL_VERSION.tar.gz" -qO- | tar -xzf -

View File

@@ -17,7 +17,7 @@ rm pkgconf.tar*
mv mingw64 pkgconf
FFMPEG_ARCHIVE=$(get_ffmpeg_archive)
curl -L https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FFMPEG_ARCHIVE.zip -o ffmpeg.zip
curl -L https://github.com/FWGS/FFmpeg-Builds/releases/download/latest/$FFMPEG_ARCHIVE.zip -o ffmpeg.zip
if [ -f ffmpeg.zip ]; then
unzip -x ffmpeg.zip
mv $FFMPEG_ARCHIVE ffmpeg