package/tvheadend: add option to enable timeshift 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
09c71669ab
commit
1ae47f5c48
@ -40,6 +40,12 @@ config BR2_PACKAGE_TVHEADEND_SATIP
|
||||
help
|
||||
Enable SAT>IP support.
|
||||
|
||||
config BR2_PACKAGE_TVHEADEND_TIMESHIFT
|
||||
bool "timeshift support"
|
||||
default y
|
||||
help
|
||||
Enable timeshift support.
|
||||
|
||||
config BR2_PACKAGE_TVHEADEND_TRANSCODING
|
||||
bool "transcoding support"
|
||||
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
||||
|
@ -85,6 +85,12 @@ else
|
||||
TVHEADEND_CONF_OPTS += --disable-satip_client --disable-satip_server
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TVHEADEND_TIMESHIFT),y)
|
||||
TVHEADEND_CONF_OPTS += --enable-timeshift
|
||||
else
|
||||
TVHEADEND_CONF_OPTS += --disable-timeshift
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDVBCSA),y)
|
||||
TVHEADEND_DEPENDENCIES += libdvbcsa
|
||||
TVHEADEND_CONF_OPTS += --enable-tvhcsa
|
||||
|
Loading…
Reference in New Issue
Block a user