Ignore:
Timestamp:
02/09/2021 03:16:01 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0e1ef1c
Parents:
8be2fb1e
Message:

ffmpeg: add some dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24200 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r8be2fb1e ra516869  
    106106    <para role="optional">
    107107      <xref linkend="fontconfig"/>,
     108      <xref linkend="fribidi"/>,
    108109      <xref linkend="frei0r"/>,
    109110      <xref linkend="libcdio"/> (to identify and play CDs),
     
    114115      <xref linkend="gnutls"/>,
    115116      <xref linkend="pulseaudio"/>,
     117      <xref linkend="samba"/>,
    116118      <xref linkend="speex"/>,
    117119      <xref linkend="texlive"/>
     
    181183            --enable-libx264     \
    182184            --enable-libx265     \
     185            --enable-openssl     \
    183186            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    184187
     
    397400
    398401    <para>
    399       <option>--enable-openssl</option> or <option>--enable-gnutls</option>:
     402      <parameter>--enable-openssl</parameter>:
    400403      Enables HTTPS protocol for network streams.
     404    </para>
     405
     406    <para>
     407      <option>--enable-gnutls</option>: Use this option instead of
     408      <parameter>--enable-openssl</parameter>, if you want to use
     409      <application>GnuTLS</application> instead of
     410      <application>OpenSSL</application> for HTTPS protocol.
    401411    </para>
    402412
Note: See TracChangeset for help on using the changeset viewer.