Skip to content

Commit

Permalink
Add win32-ia32 build for 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb authored and derhuerst committed Jun 19, 2021
1 parent f09b4b5 commit 6433f61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Check the [example script](example.js) for a more thorough example.

[The build script](build/index.sh) downloads binaries from these locations:

- [Windows builds](https://github.com/ShareX/FFmpeg/)
- [Windows x64 builds](https://github.com/ShareX/FFmpeg/)
- [Windows x86 builds](https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/)
- [Linux builds](https://johnvansickle.com/ffmpeg/)
- macOS builds [for Intel](https://evermeet.cx/pub/ffmpeg/) / [for ARM (Apple Silicon)](https://osxexperts.net/)
- [FreeBSD builds](https://github.com/Thefrank/ffmpeg-static-freebsd/releases)
Expand Down
6 changes: 3 additions & 3 deletions build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ 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.4/ffmpeg-4.4-win32.zip' win32-ia32.zip
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
echo ' extracting'
unzip -o -d ../bin -j win32-ia32.zip 'ffmpeg.exe'
unzip -o -d ../bin -j win32-ia32.zip '*/bin/ffmpeg.exe'
mv ../bin/ffmpeg.exe ../bin/win32-ia32
curl -s -L 'https://github.com/ShareX/FFmpeg/raw/master/LICENSE.txt' -o ../bin/win32-ia32.LICENSE
curl -s -L 'https://raw.githubusercontent.com/sudo-nautilus/FFmpeg-Builds-Win32/master/LICENSE' -o ../bin/win32-ia32.LICENSE

echo 'linux x64'
echo ' downloading from johnvansickle.com'
Expand Down

0 comments on commit 6433f61

Please sign in to comment.