From bbec8c2c63fa8a38f055ad037115668049329282 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 12 Mar 2007 15:08:45 +0000
Subject: [PATCH] Recommend building qt-faststart using make instead of a
 manual cc invocation.

Originally committed as revision 8344 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 qt-faststart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-faststart.c b/qt-faststart.c
index f9de435146b..2cbf12b1d97 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>
  *
-- 
GitLab