Author: bdubbs
Date: 2012-07-02 15:44:25 -0600 (Mon, 02 Jul 2012)
New Revision: 10392

Modified:
   trunk/BOOK/multimedia/videoutils/ffmpeg.xml
Log:
Fix a path in ffmpeg


Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml 2012-07-02 19:17:12 UTC (rev 
10391)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml 2012-07-02 21:44:25 UTC (rev 
10392)
@@ -179,7 +179,7 @@
       gcc. As the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen><userinput>gcc ../tools/qt-faststart.c -o 
/usr/bin/qt-faststart</userinput></screen>
+<screen><userinput>gcc tools/qt-faststart.c -o 
/usr/bin/qt-faststart</userinput></screen>
 
     <para>
       If you used <command>doxygen</command> to create the API documentation,

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to