Changeset a4afd6c


Ignore:
Timestamp:
04/24/2008 04:38:36 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:
be09b68
Parents:
ccb0831
Message:

Added notes to ffmpeg and xine-lib

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

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    rccb0831 ra4afd6c  
    133133    library produces poor resuts with some video files.</para>
    134134
     135    <!-- See BLFS ticket 2476 for more info on the ffmpeg option.  -->
     136
    135137    <para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
    136138    This switch causes the documentation to be installed into a versioned
  • multimedia/videoutils/ffmpeg.xml

    rccb0831 ra4afd6c  
    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>
     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>
    118124
    119125    <para>Install <application>FFmpeg</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.