glfs/multimedia/videoutils/ffmpeg/ffmpeg-inst.xml

15 lines
414 B
XML
Raw Normal View History

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