mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libheif: Upgrade 1.19.8 -> 1.20.2
Upgrade to release 1.20.2: - When opening tiled images, do not check against maximum image size immediately to allow for tile-based decoding of very large images. - Several smaller fixes in writing image sequences - CMake option to disable building of heif-view, which pulls in dependency on SDL - Fixes reading/writing of GIMI content IDs - Some build fixes This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a920c43339
commit
3789c3be6d
|
|
@ -6,9 +6,9 @@ LICENSE_FLAGS = "commercial"
|
|||
|
||||
COMPATIBLE_MACHINE:powerpc64le = "null"
|
||||
|
||||
SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=master"
|
||||
SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=v1.20.x-releases"
|
||||
|
||||
SRCREV = "5e9deb19fe6b3768af0bb8e9e5e8438b15171bf3"
|
||||
SRCREV = "35dad50a9145332a7bfdf1ff6aef6801fb613d68"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user