Skip to content

Commit 878fb01

Browse files
committed
build script: pull ffmpeg 4.4.1 binaries
1 parent 40655c5 commit 878fb01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/index.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ echo ' extracting'
2323
tmpdir=$(mktemp -d)
2424
7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
2525
mv "$tmpdir/ffmpeg.exe" ../bin/win32-x64
26+
chmod +x ../bin/win32-x64
2627
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE
2728
mv "$tmpdir/README.txt" ../bin/win32-x64.README
2829

2930
echo 'windows ia32'
3031
echo ' downloading from github.com'
31-
download 'https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/autobuild-2021-06-17-12-48/ffmpeg-n4.4-19-g8d172d9409-win32-gpl-4.4.zip' win32-ia32.zip
32+
download 'https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/autobuild-2021-12-28-12-53/ffmpeg-n4.4.1-2-gcc33e73618-win32-gpl-4.4.zip' win32-ia32.zip
3233
echo ' extracting'
3334
unzip -o -d ../bin -j win32-ia32.zip '*/bin/ffmpeg.exe'
3435
mv ../bin/ffmpeg.exe ../bin/win32-ia32
@@ -81,7 +82,7 @@ curl -s -L 'https://evermeet.cx/ffmpeg/info/ffmpeg/release' | jq --tab '.' >../b
8182

8283
echo 'darwin arm64'
8384
echo ' downloading from osxexperts.net'
84-
download 'https://www.osxexperts.net/ffmpeg44arm.zip' darwin-arm64.zip
85+
download 'https://www.osxexperts.net/FFmpeg441ARM.zip' darwin-arm64.zip
8586
echo ' extracting'
8687
unzip -o -d ../bin -j darwin-arm64.zip ffmpeg
8788
mv ../bin/ffmpeg ../bin/darwin-arm64
@@ -90,5 +91,5 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md'
9091

9192
echo 'freebsd x64'
9293
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
93-
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4/ffmpeg' ../bin/freebsd-x64
94+
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4.1/ffmpeg' ../bin/freebsd-x64
9495
chmod +x ../bin/freebsd-x64

0 commit comments

Comments
 (0)