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:
parent
4989c16072
commit
09c71669ab
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user