2017-07-16 16:35:18 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kodi-inputstream-adaptive
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-09-23 14:02:40 +02:00
|
|
|
# This cset is on the branch 'Krypton'
|
|
|
|
# When Kodi is updated, then this should be updated to the corresponding branch
|
2018-04-01 16:00:45 +02:00
|
|
|
KODI_INPUTSTREAM_ADAPTIVE_VERSION = c51b9a9b58a645f820883e6d99982277fc58aac5
|
2017-07-16 16:35:18 +02:00
|
|
|
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))
|