eda3c05708
[Thomas: - remove dependency on musl, since libv4l can now be built without musl - add missing Config.in comment for the toolchain dependencies - add hash file. - rework commit log. - expand Config.in help text. - depend on jpeg and not libjpeg, as noticed by Arnout. - fix LICENCE_FILE -> LICENSE_FILES typo.] Signed-off-by: Viacheslav Volkov <sv99@inbox.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
523 B
Makefile
16 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# v4l2grab
|
|
#
|
|
################################################################################
|
|
|
|
V4L2GRAB_VERSION = 0abed72532bee02e545a1924b6883c839d50febf
|
|
V4L2GRAB_SITE = $(call github,twam,v4l2grab,$(V4L2GRAB_VERSION))
|
|
V4L2GRAB_LICENSE = GPLv2+
|
|
V4L2GRAB_LICENSE_FILES = LICENSE.md
|
|
# Fetched from github, no pre-generated configure script provided
|
|
V4L2GRAB_AUTORECONF = YES
|
|
V4L2GRAB_DEPENDENCIES = jpeg libv4l
|
|
|
|
$(eval $(autotools-package))
|