Skip to content

Commit

Permalink
update ffmpeg link
Browse files Browse the repository at this point in the history
  • Loading branch information
followfung committed Feb 28, 2019
1 parent d702feb commit 52bf4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

# Download and extract ffmpeg static source
tar_extract 'http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz' do
tar_extract 'https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz' do
target_dir '/usr/local'
compress_char ''
creates '/usr/local/ffmpeg-3.0-64bit-static'
Expand Down

0 comments on commit 52bf4c3

Please sign in to comment.