We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eef4da1 + f641413 commit e616531Copy full SHA for e616531
.travis.yml
@@ -2,9 +2,9 @@ language: python
2
before_install:
3
- >
4
[ -f ffmpeg-release/ffmpeg ] || (
5
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
+ curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz &&
6
mkdir -p ffmpeg-release &&
7
- tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
+ tar Jxf ffmpeg-release-amd64-static.tar.xz --strip-components=1 -C ffmpeg-release
8
)
9
matrix:
10
include:
0 commit comments