Author: xry111
Date: Tue Feb  9 07:16:01 2021
New Revision: 24200

Log:
ffmpeg: add some dependencies

Modified:
   trunk/BOOK/multimedia/videoutils/ffmpeg.xml

Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml Mon Feb  8 18:02:39 2021        
(r24199)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml Tue Feb  9 07:16:01 2021        
(r24200)
@@ -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; &amp;&amp;
 
 make &amp;&amp;
@@ -396,11 +399,18 @@
     </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 
       do not want to build the html documentation.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to