Commit bbec8c2c authored by Diego Biurrun's avatar Diego Biurrun

Recommend building qt-faststart using make instead of a manual cc invocation.

Originally committed as revision 8344 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ecb4a895
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* is in front of the data, thus facilitating network streaming. * is in front of the data, thus facilitating network streaming.
* *
* Compile this program using: * Compile this program using:
* cc qt-faststart.c -o qt-faststart * make qt-faststart
* Invoke the program with: * Invoke the program with:
* qt-faststart <infile.mov> <outfile.mov> * qt-faststart <infile.mov> <outfile.mov>
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment