Skip to content

Commit

Permalink
Bump ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
cth103 committed Dec 11, 2018
1 parent 00c2ef1 commit f851a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cscript
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def dependencies(target):
if target.platform == 'windows' and target.version == 'xp':
deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)]
elif target.platform != 'linux' or target.distro != 'arch':
deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)]
deps = [('ffmpeg-cdist', 'a820b44', ffmpeg_options)]
else:
# Use distro-provided FFmpeg on Arch
deps = []
Expand Down

0 comments on commit f851a37

Please sign in to comment.