diff options
author | hrs <hrs@FreeBSD.org> | 2011-07-06 12:04:57 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-07-06 12:04:57 +0800 |
commit | 26ce08be48d35a32cf1c065587d7cffd73bb5a5c (patch) | |
tree | 32549a362767dd7cce4c87a2e32b0576e196a838 /multimedia/Makefile | |
parent | 0790100e7ca3b4168ad503b0d66c953659452f57 (diff) | |
download | freebsd-ports-gnome-26ce08be48d35a32cf1c065587d7cffd73bb5a5c.tar.gz freebsd-ports-gnome-26ce08be48d35a32cf1c065587d7cffd73bb5a5c.tar.zst freebsd-ports-gnome-26ce08be48d35a32cf1c065587d7cffd73bb5a5c.zip |
Add multimedia/ab25, a utility that implements ECM extraction from MPEG-2 TS
stream and MULTI2 decoding specified in ARIB STD-B25 (an ISDB conditional
access system used in Japan).
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 9744f53aa246..3c586ecde41e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -4,6 +4,7 @@ COMMENT = Multimedia software SUBDIR += 2mandvd + SUBDIR += ab25 SUBDIR += abby SUBDIR += acidrip SUBDIR += aegisub |