d8a582f140
Openssl and zlib are built as hard-dependencies of Kodi already. For the case that Kodi drops these dependencies we need to make sure that this package still finds its dependencies: https://github.com/xbmc/inputstream.rtmp/blob/Matrix/CMakeLists.txt#L8 Switch license file to LICENSE.md. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
config BR2_PACKAGE_KODI_INPUTSTREAM_RTMP
|
|
bool "kodi-inputstream-rtmp"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_RTMPDUMP
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
RTMP input stream add-on for Kodi
|
|
|
|
https://github.com/xbmc/inputstream.rtmp
|