1config 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 9 https://github.com/strukturag/libheif 10 11comment "libheif needs a toolchain w/ C++, gcc >= 4.8" 12 depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_30730 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 14