glfs/multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
Tushar Teredesai 2537abaea6 removed optimization flags; other minor changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@837 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-08 15:42:15 +00:00

15 lines
338 B
XML

<sect2>
<title>Installation of ffmpeg</title>
<para>Install ffmpeg by running the following commands:</para>
<note><para>The package maintaners recommend compiling without any
optimizations.</para></note>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>