Skip to content

Commit

Permalink
build script: re-add FreeBSD x64
Browse files Browse the repository at this point in the history
Thanks @Thefrank!
  • Loading branch information
derhuerst committed Nov 7, 2022
1 parent 565e1ce commit 2d9dfb7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ mv ../bin/ffmpeg ../bin/darwin-arm64
curl -sf -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n5.0.1:/LICENSE.md' -o ../bin/darwin-arm64.LICENSE
curl -sf -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n5.0.1:/README.md' -o ../bin/darwin-arm64.README

# todo: add FreeBSD again
# echo 'freebsd x64'
# echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
# download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v5.0.0/ffmpeg' ../bin/freebsd-x64
# chmod +x ../bin/freebsd-x64
echo 'freebsd x64'
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v5.0.1/ffmpeg' ../bin/freebsd-x64
chmod +x ../bin/freebsd-x64
curl -sf -L 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v5.0.1/GPLv3.LICENSE' -o ../bin/freebsd-x64.LICENSE
curl -sf -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n5.0.1:/README.md' -o ../bin/freebsd-x64.README

0 comments on commit 2d9dfb7

Please sign in to comment.