1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

update ffmpeg version

This commit is contained in:
Mikael Finstad 2019-01-12 17:44:52 +00:00
parent 278d91c1ba
commit 83602d7f1a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
ffmpeg_version=4.0.2
ffmpeg_version=4.1
ffmpeg_linux_ia32=https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-32bit-static.tar.xz
ffmpeg_linux_x64=https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
ffmpeg_version=4.0.2
ffmpeg_version=4.1
(
mkdir -p ffmpeg-tmp/extracted &&