diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-31 22:12:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-31 22:12:03 +0800 |
commit | 6cb3debdbccece6afaa84c5b644ded09b3093be3 (patch) | |
tree | daa581cc44aeebbe76e8f22735d7c1a38cf7365e /multimedia/Makefile | |
parent | 151b0499a8ec54e6d8c89154e254f904ddda44a7 (diff) | |
download | freebsd-ports-gnome-6cb3debdbccece6afaa84c5b644ded09b3093be3.tar.gz freebsd-ports-gnome-6cb3debdbccece6afaa84c5b644ded09b3093be3.tar.zst freebsd-ports-gnome-6cb3debdbccece6afaa84c5b644ded09b3093be3.zip |
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>
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 |