Config.in 466 B

12345678910111213
  1. config BR2_PACKAGE_LIBHEIF
  2. bool "libheif"
  3. depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_30730
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
  6. help
  7. libheif is an HEIF and AVIF file format decoder and encoder.
  8. https://github.com/strukturag/libheif
  9. comment "libheif needs a toolchain w/ C++, gcc >= 4.8"
  10. depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_30730
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8