Skip to content

Commit

Permalink
build script: pull ffmpeg 4.4 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Apr 29, 2021
1 parent 78dd999 commit f09b4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mv "$tmpdir/README.txt" ../bin/win32-x64.README

echo 'windows ia32'
echo ' downloading from github.com'
download 'https://github.com/ShareX/FFmpeg/releases/download/v4.3.1/ffmpeg-4.3.1-win32.zip' win32-ia32.zip
download 'https://github.com/ShareX/FFmpeg/releases/download/v4.4/ffmpeg-4.4-win32.zip' win32-ia32.zip
echo ' extracting'
unzip -o -d ../bin -j win32-ia32.zip 'ffmpeg.exe'
mv ../bin/ffmpeg.exe ../bin/win32-ia32
Expand Down Expand Up @@ -90,5 +90,5 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md'

echo 'freebsd x64'
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.3.2/ffmpeg' ../bin/freebsd
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4/ffmpeg' ../bin/freebsd
chmod +x ../bin/freebsd

0 comments on commit f09b4b5

Please sign in to comment.