kumquat-buildroot/package/libde265/Config.in
Bernd Kuhls ba451d691b package/libde265: new package
Optional dependency of the upcoming libheif package.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-30 12:13:43 +02:00

13 lines
359 B
Plaintext

config BR2_PACKAGE_LIBDE265
bool "libde265"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
help
libde265 is an open source implementation of the h.265 video
codec.
https://github.com/strukturag/libde265
comment "libde265 needs a toolchain w/ threads, C++"
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP