mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
libxv: upgrade 1.0.12 -> 1.0.13
Changelog: =========== - XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not - XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not - Use calloc instead of malloc and manual loops to zero array contents - configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL - Remove "All rights reserved" from Oracle copyright notices (From OE-Core rev: 4477bdd0317582dd03e957f1972646a726478914) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4a48039978
commit
b7fbe4432a
@@ -14,5 +14,5 @@ DEPENDS += "libxext xorgproto"
|
||||
|
||||
XORG_PN = "libXv"
|
||||
|
||||
SRC_URI[sha256sum] = "aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848"
|
||||
SRC_URI[sha256sum] = "7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755"
|
||||
|
||||
Reference in New Issue
Block a user