9e0a3101de
Kvazaar is an open-source HEVC encoder licensed under LGPLv2.1. This provides tools to encode raw video into HEVC stream. website: http://ultravideo.cs.tut.fi/ Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com> [Thomas: add --without-cryptopp to explicitly disable support for this optional dependency, use SPDX license code, fix Config.in] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
454 B
Makefile
16 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# kvazaar
|
|
#
|
|
################################################################################
|
|
|
|
KVAZAAR_VERSION = v1.1.0
|
|
KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
|
|
KVAZAAR_LICENSE = LGPL-2.1+
|
|
KVAZAAR_LICENSE_FILES = COPYING
|
|
KVAZAAR_AUTORECONF = YES
|
|
KVAZAAR_INSTALL_STAGING = YES
|
|
KVAZAAR_CONF_OPTS = --without-cryptopp
|
|
|
|
$(eval $(autotools-package))
|