initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
################################################################################
#
# kvazaar
#
################################################################################
KVAZAAR_VERSION = 1.2.0
KVAZAAR_SITE = $(call github,ultravideo,kvazaar,v$(KVAZAAR_VERSION))
KVAZAAR_LICENSE = LGPL-2.1+
KVAZAAR_LICENSE_FILES = COPYING
KVAZAAR_AUTORECONF = YES
KVAZAAR_INSTALL_STAGING = YES
KVAZAAR_DEPENDENCIES = host-pkgconf
KVAZAAR_CONF_OPTS = --without-cryptopp
$(eval $(autotools-package))