Changeset be09b68


Ignore:
Timestamp:
04/24/2008 06:02:39 AM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c1feba2
Parents:
a4afd6c
Message:

Clarify text in ffmpeg

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    ra4afd6c rbe09b68  
    109109    <title>Installation of FFmpeg</title>
    110110
    111     <para>Review the <filename>doc/optimization.txt</filename> file in the
    112     source tree for information about optimizing the build. Additionally,
    113     you may want to build the postprocessing library as other packages such
    114     as <application>MPlayer</application> and
    115     <application>Transcode</application> can utilize it (see the
    116     <quote>Command Explanations</quote> section for additional
    117     information).</para>
    118 
    119     <note><para>If you will be using <application>FFmpeg</application> to
    120     build <xref linkend='mpg123'/>, you will need to add the options
    121     <option>--enable-pp</option> and  <option>--enable-gpl</option> to
    122     the configure line below to ensure all appropriate libraries are
    123     built.</para></note>
     111                <para>Review the <filename>doc/optimization.txt</filename> file in the
     112                source tree for information about optimizing the build. Additionally, you
     113                may want to build the postprocessing library as other packages such as
     114                <xref linkend='mplayer'/> and <xref linkend='transcode'/> can utilize it,
     115                and <xref linkend='xine-lib'/> depends on it.  See the <quote>Command
     116                Explanations</quote> section for additional information).</para>
    124117
    125118    <para>Install <application>FFmpeg</application> by running the following
     
    205198    <command>configure</command> script.</para>
    206199
     200    <para><parameter>--enable-pp</parameter>: This switch enables
     201    postprocessing support.</para>
     202
     203    <para><parameter>--enable-gpl</parameter>: This switch enables the
     204    use of GPL code for postprocessing support.</para>
     205
    207206    <para><command>texi2html --version ...</command>: These commands are used
    208207    to check the presence of the <application>teTeX</application> package, and
Note: See TracChangeset for help on using the changeset viewer.