mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Added a GCC-4 patch to the Xvid instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5041 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5933e09a0e
commit
1db4f8e597
@ -44,6 +44,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>September 9th, 2005</para>
|
<para>September 9th, 2005</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Added a GCC-4 patch to the Xvid instructions.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Added a GCC-4 patch to the SDL instructions.</para>
|
<para>[randy] - Added a GCC-4 patch to the SDL instructions.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -74,6 +74,14 @@ you may want to choose different codecs for each.
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<listitem>
|
||||||
|
<para>Required patch: <ulink
|
||||||
|
url="&patch-root;/xvidcore-&xvid-version;-gcc4-1.patch"/></para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">XviD Dependencies</bridgehead>
|
<bridgehead renderas="sect3">XviD Dependencies</bridgehead>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
@ -87,7 +95,8 @@ you may want to choose different codecs for each.
|
|||||||
<para>Install <application>XviD</application> by running the following
|
<para>Install <application>XviD</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>cd build/generic &&
|
<screen><userinput>patch -Np1 -i ../xvidcore-&xvid-version;-gcc4-1.patch &&
|
||||||
|
cd build/generic &&
|
||||||
./configure --prefix=/usr &&
|
./configure --prefix=/usr &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user