1config BR2_PACKAGE_KVAZAAR 2 bool "kvazaar" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_HAS_THREADS 5 depends on BR2_TOOLCHAIN_HAS_SYNC_4 6 # use deprecated altivec vec_lvsl() 7 depends on !BR2_powerpc && !BR2_powerpc64 && !BR2_powerpc64le 8 help 9 An open-source HEVC encoder licensed under LGPLv2.1 10 11 https://github.com/ultravideo/kvazaar 12 13comment "kvazaar needs a toolchain w/ C++, threads" 14 depends on !BR2_powerpc && !BR2_powerpc64 && !BR2_powerpc64le 15 depends on BR2_TOOLCHAIN_HAS_SYNC_4 16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 17