Skip to content

Commit

Permalink
contrib: Update to ffmpeg 4.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Jan 2, 2020
1 parent 9b9a4fc commit da603af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/ffmpeg/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ endif
$(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__)))
$(eval $(call import.CONTRIB.defs,FFMPEG))

FFMPEG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/ffmpeg-4.2.1.tar.bz2
FFMPEG.FETCH.url += https://ffmpeg.org/releases/ffmpeg-4.2.1.tar.bz2
FFMPEG.FETCH.sha256 = 682a9fa3f6864d7f0dbf224f86b129e337bc60286e0d00dffcd710998d521624
FFMPEG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/ffmpeg-4.2.2.tar.bz2
FFMPEG.FETCH.url += https://ffmpeg.org/releases/ffmpeg-4.2.2.tar.bz2
FFMPEG.FETCH.sha256 = b620d187c26f76ca19e74210a0336c3b8380b97730df5cdf45f3e69e89000e5c

FFMPEG.CONFIGURE.deps =
FFMPEG.CONFIGURE.host =
Expand Down

0 comments on commit da603af

Please sign in to comment.