Skip to content

Commit

Permalink
contrib: update libvpx to 1.14.1 (HandBrake#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnsteyding authored Jul 3, 2024
1 parent 12d2803 commit ce1d661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/libvpx/module.defs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$(eval $(call import.MODULE.defs,LIBVPX,libvpx))
$(eval $(call import.CONTRIB.defs,LIBVPX))

LIBVPX.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libvpx-1.14.0.tar.gz
LIBVPX.FETCH.url += https://github.com/webmproject/libvpx/archive/refs/tags/v1.14.0.tar.gz
LIBVPX.FETCH.sha256 = 5f21d2db27071c8a46f1725928a10227ae45c5cd1cad3727e4aafbe476e321fa
LIBVPX.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/libvpx-1.14.1.tar.gz
LIBVPX.FETCH.url += https://github.com/webmproject/libvpx/archive/refs/tags/v1.14.1.tar.gz
LIBVPX.FETCH.sha256 = 901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977

LIBVPX.GCC.args.c_std =

Expand Down

0 comments on commit ce1d661

Please sign in to comment.