mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added FAAD2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7167 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d4a47c5afb
commit
7aa678dd32
@ -3,7 +3,7 @@ $LastChangedBy$
|
|||||||
$Date$
|
$Date$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY day "10"> <!-- Always 2 digits -->
|
<!ENTITY day "19"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2008">
|
<!ENTITY year "2008">
|
||||||
<!ENTITY version "svn-&year;&month;&day;">
|
<!ENTITY version "svn-&year;&month;&day;">
|
||||||
@ -617,6 +617,7 @@ $Date$
|
|||||||
<!ENTITY libao-version "0.8.8">
|
<!ENTITY libao-version "0.8.8">
|
||||||
<!ENTITY libogg-version "1.1.3">
|
<!ENTITY libogg-version "1.1.3">
|
||||||
<!ENTITY libvorbis-version "1.2.0">
|
<!ENTITY libvorbis-version "1.2.0">
|
||||||
|
<!ENTITY faad2-version "2.6.1">
|
||||||
<!ENTITY nas-version "1.9">
|
<!ENTITY nas-version "1.9">
|
||||||
<!ENTITY libmpeg3-version "1.7">
|
<!ENTITY libmpeg3-version "1.7">
|
||||||
<!ENTITY libmad-version "0.15.1b">
|
<!ENTITY libmad-version "0.15.1b">
|
||||||
|
@ -41,6 +41,15 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>January 19th, 2008</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[alexander] - Added FAAD2.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>January 10th, 2008</para>
|
<para>January 10th, 2008</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
<ulink url="http://www.comedi.org/cgi-bin/viewcvs.cgi/audioresample/">audioresample</ulink>,
|
<ulink url="http://www.comedi.org/cgi-bin/viewcvs.cgi/audioresample/">audioresample</ulink>,
|
||||||
<xref linkend="esound"/>,
|
<xref linkend="esound"/>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
|
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
|
<xref linkend="faad2"/>,
|
||||||
<xref linkend="flac"/>,
|
<xref linkend="flac"/>,
|
||||||
<ulink url="http://kbs.cs.tu-berlin.de/~jutta/toast.html">GSM</ulink>,
|
<ulink url="http://kbs.cs.tu-berlin.de/~jutta/toast.html">GSM</ulink>,
|
||||||
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
|
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>,
|
||||||
|
@ -35,6 +35,7 @@ $Date$
|
|||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libao.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libao.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libogg.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libogg.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libvorbis.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libvorbis.xml"/>
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="faad2.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nas.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nas.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmpeg3.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmpeg3.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmad.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libmad.xml"/>
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
<xref linkend="ffmpeg"/>,
|
<xref linkend="ffmpeg"/>,
|
||||||
<ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
|
<ulink url="http://developers.videolan.org/x264.html">x264</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>, and
|
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>, and
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink></para>
|
<xref linkend="faad2"/>.</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
<ulink url="&blfs-wiki;/libquicktime"/></para>
|
<ulink url="&blfs-wiki;/libquicktime"/></para>
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
<xref linkend="lame"/>,
|
<xref linkend="lame"/>,
|
||||||
<xref linkend="libmad"/>,
|
<xref linkend="libmad"/>,
|
||||||
<xref linkend="xvid"/>,
|
<xref linkend="xvid"/>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
|
<xref linkend="faad2"/>,
|
||||||
<!-- Adding this comment in case this package gets any momentum and
|
<!-- Adding this comment in case this package gets any momentum and
|
||||||
actually get an updated DivX. Here is the new URL to the new codec:
|
actually get an updated DivX. Here is the new URL to the new codec:
|
||||||
http://labs.divx.com/DivXLinuxCodec -->
|
http://labs.divx.com/DivXLinuxCodec -->
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
<ulink url="http://www.penguin.cz/~utx/amr">AMR narrowband (floating point)</ulink>,
|
<ulink url="http://www.penguin.cz/~utx/amr">AMR narrowband (floating point)</ulink>,
|
||||||
<ulink url="http://www.penguin.cz/~utx/amr">AMR wideband</ulink>,
|
<ulink url="http://www.penguin.cz/~utx/amr">AMR wideband</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
|
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink>,
|
<xref linkend="faad2"/>,
|
||||||
<xref linkend="freetype2"/>,
|
<xref linkend="freetype2"/>,
|
||||||
<ulink url="http://kbs.cs.tu-berlin.de/~jutta/gsm/">GSM</ulink>,
|
<ulink url="http://kbs.cs.tu-berlin.de/~jutta/gsm/">GSM</ulink>,
|
||||||
<xref linkend="imlib2"/>,
|
<xref linkend="imlib2"/>,
|
||||||
|
@ -215,7 +215,7 @@
|
|||||||
AMR wideband</ulink>,
|
AMR wideband</ulink>,
|
||||||
<!-- Dead link <ulink url="http://www.divx.com/divx/linux/">DivX</ulink>, i-->
|
<!-- Dead link <ulink url="http://www.divx.com/divx/linux/">DivX</ulink>, i-->
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
|
<ulink url="http://sourceforge.net/projects/faac">FAAC</ulink>,
|
||||||
<ulink url="http://sourceforge.net/projects/faac">FAAD2</ulink> (must disable the internal version),
|
<xref linkend="faad2"/> (must disable the internal version),
|
||||||
<xref linkend="ffmpeg"/>,
|
<xref linkend="ffmpeg"/>,
|
||||||
<xref linkend="lame"/>,
|
<xref linkend="lame"/>,
|
||||||
<ulink url="http://developers.videolan.org/libdca.html">libdca</ulink>,
|
<ulink url="http://developers.videolan.org/libdca.html">libdca</ulink>,
|
||||||
|
Loading…
Reference in New Issue
Block a user