From 8abea91d29fa87f90e87225849614443f728a838 Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Sat, 19 Jun 2021 09:57:41 +0000 Subject: [PATCH] tvheadend: Add dtv-scan-tables dependency --- spk/tvheadend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/tvheadend/Makefile b/spk/tvheadend/Makefile index 2bb132c3826..1c01d09a03c 100644 --- a/spk/tvheadend/Makefile +++ b/spk/tvheadend/Makefile @@ -13,7 +13,7 @@ DSM_UI_DIR = app # 000-fix-version.patch from cross/tvheadend export TVH_VERS -DEPENDS = cross/busybox cross/$(SPK_NAME) +DEPENDS = cross/busybox cross/$(SPK_NAME) cross/dtv-scan-tables MAINTAINER = th0ma7 DESCRIPTION = Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT IP and HDHomeRun as input sources. Tvheadend offers HTTP, HTSP and SAT IP streaming.