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

16 lines
416 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 maintainers 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>