Changeset 80dbefa2


Ignore:
Timestamp:
06/15/2012 05:19:46 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2999791
Parents:
bccef10
Message:

patch gst-ffmpeg to compile with gcc-4.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10331 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst-ffmpeg.xml

    rbccef10 r80dbefa2  
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>
     63          Required patch:
     64          <ulink url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
     65        </para>
     66      </listitem>
     67    </itemizedlist>
     68
    5969    <bridgehead renderas="sect3">gst-ffmpeg Dependencies</bridgehead>
    6070
     
    7888    commands:</para>
    7989
    80 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     90<screen><userinput>patch -p1 &lt; ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &amp;&amp;
     91./configure --prefix=/usr &amp;&amp;
    8192make</userinput></screen>
    8293
     
    8697
    8798<screen role="root"><userinput>make install</userinput></screen>
     99  </sect2>
    88100
     101  <sect2 role="commands">
     102    <title>Command Explanations</title>
     103
     104    <para>
     105      <command>patch -p1 &lt;
     106      ../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch</command>: This patch
     107      fixes compiling Gst FFmpeg with Gcc 4.7.
     108    </para>
    89109  </sect2>
    90110
Note: See TracChangeset for help on using the changeset viewer.