diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-03-12 15:08:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-12 15:08:45 +0000 |
commit | bbec8c2c63fa8a38f055ad037115668049329282 (patch) | |
tree | 900cb9a0d42cec876cacc416d84ec590acb4a49f | |
parent | ecb4a895b29ac07c5a650956ca766ef14af978de (diff) | |
download | ffmpeg-bbec8c2c63fa8a38f055ad037115668049329282.tar.gz |
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.c | 2 |
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> * |