2017-06-17 01:29:27 +02:00
|
|
|
config BR2_PACKAGE_KVAZAAR
|
|
|
|
bool "kvazaar"
|
2017-07-05 01:08:56 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2017-06-20 22:39:05 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2017-07-05 01:08:57 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2017-07-05 11:42:30 +02:00
|
|
|
# use deprecated altivec vec_lvsl()
|
|
|
|
depends on !BR2_powerpc && !BR2_powerpc64 && !BR2_powerpc64le
|
2017-06-17 01:29:27 +02:00
|
|
|
help
|
|
|
|
An open-source HEVC encoder licensed under LGPLv2.1
|
|
|
|
|
|
|
|
https://github.com/ultravideo/kvazaar
|
2017-06-20 22:39:05 +02:00
|
|
|
|
2017-07-05 01:08:56 +02:00
|
|
|
comment "kvazaar needs a toolchain w/ C++, threads"
|
2017-07-05 11:42:30 +02:00
|
|
|
depends on !BR2_powerpc && !BR2_powerpc64 && !BR2_powerpc64le
|
2017-07-05 01:08:57 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2017-07-05 01:08:56 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|