mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Update ffmpeg build URL
This commit is contained in:
parent
f8409d4397
commit
39cbd53652
@ -2,8 +2,8 @@ language: python
|
|||||||
before_install:
|
before_install:
|
||||||
- >
|
- >
|
||||||
[ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
|
[ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
|
||||||
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
|
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
|
||||||
tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
|
tar Jxf ffmpeg-release-64bit-static.tar.xz
|
||||||
)
|
)
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user