diff options
author | Mike Melanson <mike@multimedia.cx> | 2008-05-19 04:57:57 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2008-05-19 04:57:57 +0000 |
commit | 3c16e03dbc9ac139c9b12a6bc36e88ed52a970cf (patch) | |
tree | 5f891b366b7cfc463dbd142c3a1933eab5971204 | |
parent | 47abbd3eb9203eb5b63d2f7d10a129bc3498e876 (diff) | |
download | ffmpeg-3c16e03dbc9ac139c9b12a6bc36e88ed52a970cf.tar.gz |
correct build documentation for qt-faststart utility
Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tools/qt-faststart.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/qt-faststart.c b/tools/qt-faststart.c index 2cbf12b1d9..0ea96604dd 100644 --- a/tools/qt-faststart.c +++ b/tools/qt-faststart.c @@ -7,8 +7,12 @@ * This utility rearranges a Quicktime file such that the moov atom * is in front of the data, thus facilitating network streaming. * - * Compile this program using: - * make qt-faststart + * To compile this program, start from the base directory from which you + * are building FFmpeg and type: + * make tools/qt-faststart + * The qt-faststart program will be built in the tools/ directory. If you + * do not build the program in this manner, correct results are not + * guaranteed, particularly on 64-bit platforms. * Invoke the program with: * qt-faststart <infile.mov> <outfile.mov> * |