Config.in 359 B

123456789101112
  1. config 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. https://github.com/strukturag/libde265
  9. comment "libde265 needs a toolchain w/ threads, C++"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP