diff options
author | decke <decke@FreeBSD.org> | 2014-08-19 01:43:41 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2014-08-19 01:43:41 +0800 |
commit | 7595566dc9cd862d501324d3bdb268d9b07db701 (patch) | |
tree | 3070a1dc47ccae3adfa91ca702cb0c9cbdae8261 /multimedia/Makefile | |
parent | f9c29c7ce14e88b10f6e4295086a931186830b12 (diff) | |
download | freebsd-ports-gnome-7595566dc9cd862d501324d3bdb268d9b07db701.tar.gz freebsd-ports-gnome-7595566dc9cd862d501324d3bdb268d9b07db701.tar.zst freebsd-ports-gnome-7595566dc9cd862d501324d3bdb268d9b07db701.zip |
Digital TV initial scanning tables are used to speed up scanning for DTV
frequencies. Most dvb applications rely on them.
This supplies initial data for certain regions so that the dvb applications
in question only scan those known frequencies, saving a lot of time scanning.
These tables however need to be kept up to date by users.
This repository is maintained by Olliver Schinagl (https://github.com/oliv3r)
on behalf of the LinuxTV.org project.
WWW: http://linuxtv.org
Submitted by: Dreamcat4 <dreamcat4@gmail.com>
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index dc79571dbc8d..5fe9e7e46757 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -42,6 +42,7 @@ SUBDIR += dirac SUBDIR += dragon SUBDIR += dtv + SUBDIR += dtv-scan-tables SUBDIR += dumpmpeg SUBDIR += dv2jpg SUBDIR += dv2sub |