diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-16 09:42:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-16 09:42:21 +0000 |
commit | 74f93a8ad7ecd512b541e157fa2d95fc0c154506 (patch) | |
tree | d92889d40c4038b7ccb3c0057228d889e508dcb0 /multimedia/Makefile | |
parent | 324bff29d116871f397a9ffac9237dd0c1dcc2cf (diff) |
DVBsnoop is an analyzer for DVB broadcast streams / MPEG transport
streams.
DVBsnoop is a program to monitor, analyze, debug, dump or view
dvb/mpeg/dsm-cc/mhp stream information (TS, PES, SECTION) (e.g.
digital television) send via satellite, cable or terrestrial.
WWW: http://dvbsnoop.sourceforge.net/
PR: ports/130515
Submitted by: J.R. Oldroyd <fbsd at opal.com>
Notes
Notes:
svn path=/head/; revision=226245
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 7957001d95d9..6837b361770d 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -29,6 +29,7 @@ SUBDIR += dv2jpg SUBDIR += dv2sub SUBDIR += dvbcut + SUBDIR += dvbsnoop SUBDIR += dvd-slideshow SUBDIR += dvdauthor SUBDIR += dvdauthorwizard |