Buildroot commit03ec8aad1ebumped 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>
12 lines
339 B
Plaintext
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
|