mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +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>
|
||||
<para>September 9th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a GCC-4 patch to the Avifile
|
||||
instructions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added a GCC-4 patch to the FFmpeg
|
||||
instructions.</para>
|
||||
|
@ -62,7 +62,16 @@
|
||||
</itemizedlist>
|
||||
|
||||
<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'>
|
||||
<title>Codecs</title>
|
||||
<listitem>
|
||||
<para>Required CODEC: <ulink url="&codec-download;"/></para>
|
||||
</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
|
||||
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 &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user