3522e78fc3
[Peter: use a normal config option instead of menuconfig, update DEVELOPERS] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
651 B
Makefile
22 lines
651 B
Makefile
################################################################################
|
|
#
|
|
# gst1-interpipe
|
|
#
|
|
################################################################################
|
|
|
|
GST1_INTERPIPE_VERSION = 10dba89eecc200e49f0b432e299f1c8a4312b657
|
|
GST1_INTERPIPE_SITE = https://github.com/RidgeRun/gst-interpipe
|
|
GST1_INTERPIPE_SITE_METHOD = git
|
|
# fetch gst-interpipe/common sub module
|
|
GST1_INTERPIPE_GIT_SUBMODULES = YES
|
|
|
|
GST1_INTERPIPE_LICENSE = LGPL-2.1
|
|
GST1_INTERPIPE_LICENSE_FILES = COPYING
|
|
|
|
# from git source
|
|
GST1_INTERPIPE_AUTORECONF = YES
|
|
|
|
GST1_INTERPIPE_DEPENDENCIES = host-pkgconf gstreamer1 gst1-plugins-base
|
|
|
|
$(eval $(autotools-package))
|