Skip to content

Commit

Permalink
scripts: fix FFmpeg static builds download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Feb 16, 2019
1 parent 113afab commit 1437243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-ffmpeg-on-travis
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set -e
case "$FFMPEG_VERSION" in
release)
download_url="https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz"
download_url="https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz"
;;
git)
download_url="https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-64bit-static.tar.xz"
download_url="https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz"
;;
*)
echo '$FFMPEG_VERSION must be release or git' >&2
Expand Down

0 comments on commit 1437243

Please sign in to comment.