Skip to content

Commit

Permalink
contrib: update libdav1d and libvpx.
Browse files Browse the repository at this point in the history
  • Loading branch information
galad87 committed Feb 22, 2023
1 parent 0425ddb commit 6be169e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contrib/libdav1d/module.defs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$(eval $(call import.MODULE.defs,LIBDAV1D,libdav1d,PTHREADW32))
$(eval $(call import.CONTRIB.defs,LIBDAV1D))

LIBDAV1D.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/dav1d-1.0.0.tar.bz2
LIBDAV1D.FETCH.url += https://code.videolan.org/videolan/dav1d/-/archive/1.0.0/dav1d-1.0.0.tar.bz2
LIBDAV1D.FETCH.sha256 = 4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
LIBDAV1D.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/dav1d-1.1.0.tar.bz2
LIBDAV1D.FETCH.url += https://code.videolan.org/videolan/dav1d/-/archive/1.1.0/dav1d-1.1.0.tar.bz2
LIBDAV1D.FETCH.sha256 = ec5f2dae9b1a7e1da44a7fc9c8fcee476e345df290c50935344bde57543a4cd6

LIBDAV1D.build_dir = build/

Expand Down
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.12.0.tar.gz
LIBVPX.FETCH.url += https://github.com/webmproject/libvpx/archive/refs/tags/v1.12.0.tar.gz
LIBVPX.FETCH.sha256 = f1acc15d0fd0cb431f4bf6eac32d5e932e40ea1186fe78e074254d6d003957bb
LIBVPX.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libvpx-1.13.0.tar.gz
LIBVPX.FETCH.url += https://github.com/webmproject/libvpx/archive/refs/tags/v1.13.0.tar.gz
LIBVPX.FETCH.sha256 = cb2a393c9c1fae7aba76b950bb0ad393ba105409fe1a147ccd61b0aaa1501066

LIBVPX.CONFIGURE.args.host =
LIBVPX.CONFIGURE.deps =
Expand Down

0 comments on commit 6be169e

Please sign in to comment.