mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added a GCC-4 patch to the Avifile instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5045 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7ab0cf0d03
commit
6ca751b5be
@ -44,6 +44,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>September 9th, 2005</para>
|
<para>September 9th, 2005</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Added a GCC-4 patch to the Avifile
|
||||||
|
instructions.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Added a GCC-4 patch to the FFmpeg
|
<para>[randy] - Added a GCC-4 patch to the FFmpeg
|
||||||
instructions.</para>
|
instructions.</para>
|
||||||
|
@ -62,7 +62,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<title>Patches</title>
|
||||||
|
<listitem>
|
||||||
|
<para>Required patch: <ulink
|
||||||
|
url="&patch-root;/avifile-0.7-&avifile-version;-gcc4-1.patch"/></para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
|
<title>Codecs</title>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Required CODEC: <ulink url="&codec-download;"/></para>
|
<para>Required CODEC: <ulink url="&codec-download;"/></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -110,7 +119,8 @@ tar -zxf ../binaries-011002.tgz -C /usr/lib/avifile-&avifile-main-version;</user
|
|||||||
<para>Install <application>Avifile</application> by running the
|
<para>Install <application>Avifile</application> by running the
|
||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr \
|
<screen><userinput>patch -Np1 -i ../avifile-0.7-&avifile-version;-gcc4-1.patch &&
|
||||||
|
./configure --prefix=/usr \
|
||||||
--with-win32-path=/usr/lib/avifile-&avifile-main-version;/win32 &&
|
--with-win32-path=/usr/lib/avifile-&avifile-main-version;/win32 &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user