1config BR2_PACKAGE_LIBDE265
2	bool "libde265"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	help
6	  libde265 is an open source implementation of the h.265 video
7	  codec.
8
9	  https://github.com/strukturag/libde265
10
11comment "libde265 needs a toolchain w/ threads, C++"
12	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
13