mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
ffmpeg: add some dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24200 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8be2fb1ed3
commit
a51686978c
@ -105,6 +105,7 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="fontconfig"/>,
|
||||
<xref linkend="fribidi"/>,
|
||||
<xref linkend="frei0r"/>,
|
||||
<xref linkend="libcdio"/> (to identify and play CDs),
|
||||
<xref linkend="libdrm"/> (for <quote>kmsgrab</quote> input),
|
||||
@ -113,6 +114,7 @@
|
||||
<xref linkend="openjpeg2"/>,
|
||||
<xref linkend="gnutls"/>,
|
||||
<xref linkend="pulseaudio"/>,
|
||||
<xref linkend="samba"/>,
|
||||
<xref linkend="speex"/>,
|
||||
<xref linkend="texlive"/>
|
||||
(or <xref linkend="tl-installer"/>) for PDF and PS documentation,
|
||||
@ -180,6 +182,7 @@
|
||||
--enable-libvpx \
|
||||
--enable-libx264 \
|
||||
--enable-libx265 \
|
||||
--enable-openssl \
|
||||
--docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &&
|
||||
|
||||
make &&
|
||||
@ -396,10 +399,17 @@ grep ^TEST ../fate.log | wc -l</userinput></screen>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-openssl</option> or <option>--enable-gnutls</option>:
|
||||
<parameter>--enable-openssl</parameter>:
|
||||
Enables HTTPS protocol for network streams.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--enable-gnutls</option>: Use this option instead of
|
||||
<parameter>--enable-openssl</parameter>, if you want to use
|
||||
<application>GnuTLS</application> instead of
|
||||
<application>OpenSSL</application> for HTTPS protocol.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--disable-doc</option>: Disables building html documentation.
|
||||
This is only needed if <xref linkend="doxygen"/> is installed and you
|
||||
|
Loading…
Reference in New Issue
Block a user