mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libavif: bump to version 1.4.2
The most interesting changes are fixes for a memory leak, and for a couple of crashes. Otherwise, it is an incremental update. Release notes: https://github.com/AOMediaCodec/libavif/releases/tag/v1.4.2 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1deac1ac39
commit
8e5477637d
@@ -1,3 +1,3 @@
|
|||||||
sha256 d4aea31a4becb3273ba7968221be2e48148ba05eb8a68d14e671963e17785648 libavif-1.4.1.tar.gz
|
sha256 2b645287340ba5a631d268b551dc2d72bd73ac33335962dd36dcdb6d8366921d libavif-1.4.2.tar.gz
|
||||||
|
|
||||||
sha256 165abf92cc04b39e80d29cadea7a6a7e8fddf59407d4ad2616507a7ebe8216f9 LICENSE
|
sha256 165abf92cc04b39e80d29cadea7a6a7e8fddf59407d4ad2616507a7ebe8216f9 LICENSE
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBAVIF_VERSION = 1.4.1
|
LIBAVIF_VERSION = 1.4.2
|
||||||
LIBAVIF_SITE = $(call github,AOMediaCodec,libavif,v$(LIBAVIF_VERSION))
|
LIBAVIF_SITE = $(call github,AOMediaCodec,libavif,v$(LIBAVIF_VERSION))
|
||||||
LIBAVIF_LICENSE = BSD-2-Clause, IJG, Apache-2.0
|
LIBAVIF_LICENSE = BSD-2-Clause, IJG, Apache-2.0
|
||||||
LIBAVIF_LICENSE_FILES = LICENSE
|
LIBAVIF_LICENSE_FILES = LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user