diff options
author | wen <wen@FreeBSD.org> | 2010-05-27 14:19:49 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-27 14:19:49 +0800 |
commit | a1085ec133f3b7c956d71b4b16157e32acc69cc7 (patch) | |
tree | b6a8d4b61a7add911459c46eea28a6c399310acf /multimedia/Makefile | |
parent | db4f14f9044cfcc159d70ae997fc7c465b89e0d2 (diff) | |
download | freebsd-ports-graphics-a1085ec133f3b7c956d71b4b16157e32acc69cc7.tar.gz freebsd-ports-graphics-a1085ec133f3b7c956d71b4b16157e32acc69cc7.tar.zst freebsd-ports-graphics-a1085ec133f3b7c956d71b4b16157e32acc69cc7.zip |
This tool converts MP4 files to Fragmented MP4 and also creates the
necessary manifest files.
WWW: http://smoothstreaming.code-shop.com
PR: ports/147050
Submitted by: Marcus Hermansson <bmhermansson@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 92ec91bae6c..1c0c279481b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -190,6 +190,7 @@ SUBDIR += moonlight SUBDIR += motion SUBDIR += mp3cd + SUBDIR += mp4split SUBDIR += mpeg SUBDIR += mpeg2codec SUBDIR += mpeg2play |