Files
rpi-buildroot/package/libvpx/Config.in
Bernd Kuhls b98d283f86 package/libvpx: needs NPTL
Buildroot commit 03ec8aad1e bumped
libvpx to version 1.15.0 which includes a commit adding a call to
pthread_setname_np:
8cf26c1284%5E%21/

Also add reverse dependencies when needed. This patch depends on the
webkit patches which are part of this series.

Fixes:
https://autobuild.buildroot.org/results/078340144f4b18b64a4ef9df1fba21564eba2562/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-12-15 17:51:35 +01:00

12 lines
339 B
Plaintext

config BR2_PACKAGE_LIBVPX
bool "libvpx"
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_setname_np()
help
A high-quality, open video format that's freely available to
everyone. Supports the VP8 and VP9 formats.
http://webmproject.org
comment "libvpx needs a toolchain w/ NPTL"
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL