mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added gcc34 patch to libFAME instructions to fix broken library if compiled with GCC-3.4.x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2714 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ff646a0909
commit
3904c76d13
@ -1,4 +1,4 @@
|
|||||||
<!ENTITY day "04">
|
<!ENTITY day "05">
|
||||||
<!ENTITY month "09">
|
<!ENTITY month "09">
|
||||||
<!ENTITY year "2004">
|
<!ENTITY year "2004">
|
||||||
<!ENTITY version "svn-&year;&month;&day;">
|
<!ENTITY version "svn-&year;&month;&day;">
|
||||||
|
@ -22,6 +22,10 @@ who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>September 5th, 2004 [randy]: Added gcc34 patch to
|
||||||
|
libFAME instructions to fix broken library if compiled with
|
||||||
|
GCC-3.4.x.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 4th, 2004 [randy]: Updated to
|
<listitem><para>September 4th, 2004 [randy]: Updated to
|
||||||
Whois-4.6.21 as suggested by Jeremy Utley; Updated to
|
Whois-4.6.21 as suggested by Jeremy Utley; Updated to
|
||||||
MPlayer-1.0pre5.</para></listitem>
|
MPlayer-1.0pre5.</para></listitem>
|
||||||
|
@ -19,11 +19,12 @@
|
|||||||
<title>libFAME-&libfame-version;</title>
|
<title>libFAME-&libfame-version;</title>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application>lib<acronym>FAME</acronym></application></title>
|
<title>Introduction to <application>lib<acronym>FAME</acronym></application>
|
||||||
|
</title>
|
||||||
|
|
||||||
<para><application>lib<acronym>FAME</acronym></application> is a
|
<para><application>lib<acronym>FAME</acronym></application> is a
|
||||||
fast (real-time) MPEG-1 as well as MPEG-4 rectangular and arbitrary shaped
|
fast (real-time) <acronym>MPEG</acronym>-1 as well as <acronym>MPEG</acronym>-4
|
||||||
video encoding library.</para>
|
rectangular and arbitrary shaped video encoding library.</para>
|
||||||
|
|
||||||
<sect3><title>Package information</title>
|
<sect3><title>Package information</title>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
@ -34,15 +35,25 @@ video encoding library.</para>
|
|||||||
<listitem><para>Estimated build time: &libfame-time;</para></listitem></itemizedlist>
|
<listitem><para>Estimated build time: &libfame-time;</para></listitem></itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
|
<sect3><title>Additional downloads</title>
|
||||||
|
<itemizedlist spacing='compact'>
|
||||||
|
<listitem><para>Required Patch (if compiled with
|
||||||
|
<application><acronym>GCC</acronym></application>-3.4.x): <ulink
|
||||||
|
url="&patch-root;/libfame-&libfame-version;-gcc34-1.patch"/></para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of <application>lib<acronym>FAME</acronym></application></title>
|
<title>Installation of <application>lib<acronym>FAME</acronym></application>
|
||||||
|
</title>
|
||||||
|
|
||||||
<para>Install <application>lib<acronym>FAME</acronym></application> by running
|
<para>Install <application>lib<acronym>FAME</acronym></application> by running
|
||||||
the following commands:</para>
|
the following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput><command>patch -Np1 -i ../libfame-&libfame-version;-gcc34-1.patch &&
|
||||||
|
./configure --prefix=/usr &&
|
||||||
make &&
|
make &&
|
||||||
make install</command></userinput></screen>
|
make install</command></userinput></screen>
|
||||||
|
|
||||||
@ -61,7 +72,8 @@ contains <command>libfame-config</command> and
|
|||||||
|
|
||||||
<sect3><title>libfame-config</title>
|
<sect3><title>libfame-config</title>
|
||||||
<para><command>libfame-config</command>
|
<para><command>libfame-config</command>
|
||||||
provides configuration information for <filename class="libraryfile">libfame</filename>.
|
provides configuration information for
|
||||||
|
<filename class="libraryfile">libfame</filename>.
|
||||||
</para></sect3>
|
</para></sect3>
|
||||||
|
|
||||||
<sect3><title>libfame</title>
|
<sect3><title>libfame</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user