Added optional dependency on XFree86 for ffmpeg. Reported by Reinhard

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1897 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2004-03-16 04:00:58 +00:00
parent 384928bab0
commit 3c5b07870a
3 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@ following:
OpenJade - http://openjade.sourceforge.net/
DocBook-XML DTD - http://www.docbook.org/xml/4.1.2/
Modified DocBook Entities -
http://ftp.linuxfromscratch.org/misc/docbook-4.1.2-newent.tar.bz2
http://linuxfromscratch.org/~gerard/docbook-4.1.2-newent.tar.bz2
DSSSL DocBook Stylesheets - http://www.nwalsh.com/docbook/dsssl/
As the DocBook DTD and Stylesheets are made available as a zip achives you

View File

@ -11,4 +11,7 @@ class="libraryfile">libavformat</filename> shared libraries.</para>
<para><option>--enable-vorbis</option>: Link against
<filename class="libraryfile">libvorbis</filename>.</para>
<para><option>--disable-ffplay</option>: Only installs the server part.
<command>ffplay</command> requires <xref linkend="xfree86"/> for building.</para>
</sect2>

View File

@ -16,7 +16,7 @@ video. Due to heavy development, not all of these functions will work.</para>
<sect3><title><application>FFmpeg</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="libvorbis"/>, <xref linkend="lame"/>,
<xref linkend="SDL"/> and <xref linkend="freetype2"/>
<xref linkend="xfree86"/>, <xref linkend="SDL"/> and <xref linkend="freetype2"/>
</para></sect4>
</sect3>