mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/kvazaar/kvazaar.mk
Normal file
16
package/kvazaar/kvazaar.mk
Normal 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))
|
||||
Reference in New Issue
Block a user