[FFmpeg-cvslog] r13199 - trunk/tools/qt-faststart.c

melanson subversion
Mon May 19 06:57:57 CEST 2008


Author: melanson
Date: Mon May 19 06:57:57 2008
New Revision: 13199

Log:
correct build documentation for qt-faststart utility


Modified:
   trunk/tools/qt-faststart.c

Modified: trunk/tools/qt-faststart.c
==============================================================================
--- trunk/tools/qt-faststart.c	(original)
+++ trunk/tools/qt-faststart.c	Mon May 19 06:57:57 2008
@@ -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>
  *




More information about the ffmpeg-cvslog mailing list