buildroot/package/kvazaar/kvazaar.mk
Alexandre Esse 9e0a3101de kvazaar: new package
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>
2017-06-18 22:03:47 +02:00

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))