8000 Update ffmpeg build URL · sglvladi/ffmpeg-python@39cbd53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39cbd53

Browse files
committed
Update ffmpeg build URL
1 parent f8409d4 commit 39cbd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: python
22
before_install:
33
- >
44
[ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
5-
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
6-
tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
5+
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
6+
tar Jxf ffmpeg-release-64bit-static.tar.xz
77
)
88
matrix:
99
include:

0 commit comments

Comments
 (0)
0