package/tvheadend: add option to enable Satellite/IP support

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[yann.morin.1998@free.fr: one option per-commit]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2021-04-04 14:09:32 +02:00 committed by Yann E. MORIN
parent 4989c16072
commit 09c71669ab
2 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,12 @@ config BR2_PACKAGE_TVHEADEND_DESCRAMBLER
help
Enable support for various descrambler modules.
config BR2_PACKAGE_TVHEADEND_SATIP
bool "SAT>IP support"
default y
help
Enable SAT>IP support.
config BR2_PACKAGE_TVHEADEND_TRANSCODING
bool "transcoding support"
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS

View File

@ -79,6 +79,12 @@ TVHEADEND_CONF_OPTS += \
--disable-constcw
endif
ifeq ($(BR2_PACKAGE_TVHEADEND_SATIP),y)
TVHEADEND_CONF_OPTS += --enable-satip_client --enable-satip_server
else
TVHEADEND_CONF_OPTS += --disable-satip_client --disable-satip_server
endif
ifeq ($(BR2_PACKAGE_LIBDVBCSA),y)
TVHEADEND_DEPENDENCIES += libdvbcsa
TVHEADEND_CONF_OPTS += --enable-tvhcsa