xref: /OK3568_Linux_fs/buildroot/package/kvazaar/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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