]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libxv: upgrade 1.0.12 -> 1.0.13
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 17 Dec 2024 08:57:59 +0000 (16:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2024 11:11:45 +0000 (11:11 +0000)
commit4477bdd0317582dd03e957f1972646a726478914
tree4e6885a0b469513a4026c5259faff3225c70680c
parent7d6dab30f58ad2a9b2301f56f505c815a54502fa
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

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb [moved from meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb with 84% similarity]