diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-31 14:12:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-31 14:12:03 +0000 |
commit | fd82789c853f03eef3912d9b19fd9d8134d55db8 (patch) | |
tree | 21f5173afb2f2e42790851156753add9ab768e79 /multimedia/Makefile | |
parent | 74ed6c2a3fc10734b5b222318d64382fff5c2f46 (diff) |
This utility rearranges a Quicktime file such that the moov atom
is in front of the data, thus facilitating network streaming.
This is needed to prepare .mp4 and .3gp files for playing on an
Android device.
PR: ports/143279
Submitted by: J.R. Oldroyd <fbsd at opal.com>
Notes
Notes:
svn path=/head/; revision=248968
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 0e5d61810e35..e012f2ad6212 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -245,6 +245,7 @@ SUBDIR += py-qt4-phonon SUBDIR += pyjama SUBDIR += qdvdauthor + SUBDIR += qt-faststart SUBDIR += qt4-multimedia SUBDIR += qt4-phonon SUBDIR += qt4-phonon-gst |