fa989adc11
Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources. Signed-off-by: Alexey I. Froloff <raorn@raorn.name> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34486 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
config TVHEADEND_CWC_SUPPORT
|
|
bool "NewCamD support"
|
|
default n
|
|
|
|
config TVHEADEND_V4L_SUPPORT
|
|
bool "Video4Linux v2 support"
|
|
default n
|
|
|
|
config TVHEADEND_LINUXDVB_SUPPORT
|
|
bool "Linux DVB support"
|
|
default n
|
|
|
|
config TVHEADEND_DVBSCAN_SUPPORT
|
|
bool "Fetch DVB-scan data"
|
|
depends TVHEADEND_LINUXDVB_SUPPORT
|
|
default TVHEADEND_LINUXDVB_SUPPORT
|
|
|
|
config TVHEADEND_AVAHI_SUPPORT
|
|
bool "Avahi client support"
|
|
select PACKAGE_libavahi-client
|
|
default n
|