OSDN Git Service

Recommend building qt-faststart using make instead of a manual cc invocation.
authorDiego Biurrun <diego@biurrun.de>
Mon, 12 Mar 2007 15:08:45 +0000 (15:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 12 Mar 2007 15:08:45 +0000 (15:08 +0000)
Originally committed as revision 8344 to svn://svn.ffmpeg.org/ffmpeg/trunk

qt-faststart.c

index f9de435..2cbf12b 100644 (file)
@@ -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>
  *