4b7cbd65d6
Upstream does not depend on a fixed version anymore but uses the latest
commit of the Krypton branch:
2f3dfcfa97
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
578 B
Makefile
14 lines
578 B
Makefile
################################################################################
|
|
#
|
|
# kodi-inputstream-adaptive
|
|
#
|
|
################################################################################
|
|
|
|
KODI_INPUTSTREAM_ADAPTIVE_VERSION = 161f319bb2cd946f4659d841a54f19b1fb6143cc
|
|
KODI_INPUTSTREAM_ADAPTIVE_SITE = $(call github,peak3d,inputstream.adaptive,$(KODI_INPUTSTREAM_ADAPTIVE_VERSION))
|
|
KODI_INPUTSTREAM_ADAPTIVE_LICENSE = GPL-2.0+
|
|
KODI_INPUTSTREAM_ADAPTIVE_LICENSE_FILES = src/main.cpp
|
|
KODI_INPUTSTREAM_ADAPTIVE_DEPENDENCIES = libplatform kodi-platform
|
|
|
|
$(eval $(cmake-package))
|