glfs/multimedia/videoutils/ffmpeg/ffmpeg-inst.xml
Larry Lawrence 49e5372d0f added ffmpeg-cvs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@527 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-22 00:35:44 +00:00

13 lines
265 B
XML

<sect2>
<title>Installation of ffmpeg</title>
<para>Install ffmpeg by running the following commands:</para>
<para><screen><userinput>unset CFLAGS &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>