summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-03-12 15:08:45 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-12 15:08:45 +0000
commitbbec8c2c63fa8a38f055ad037115668049329282 (patch)
tree900cb9a0d42cec876cacc416d84ec590acb4a49f
parentecb4a895b29ac07c5a650956ca766ef14af978de (diff)
Recommend building qt-faststart using make instead of a manual cc invocation.
Originally committed as revision 8344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--qt-faststart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-faststart.c b/qt-faststart.c
index f9de435146..2cbf12b1d9 100644
--- a/qt-faststart.c
+++ b/qt-faststart.c
@@ -8,7 +8,7 @@
* is in front of the data, thus facilitating network streaming.
*
* Compile this program using:
- * cc qt-faststart.c -o qt-faststart
+ * make qt-faststart
* Invoke the program with:
* qt-faststart <infile.mov> <outfile.mov>
*