Ignore:
Timestamp:
04/26/2018 03:48:59 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
16dc2c74
Parents:
91a82cb
Message:

Firefox on e.g. youtube is broken with ffmpeg-4.0.0 - thanks to Brendan L for the notification and testing, and to Markku Pesonen. It seems likely that seamonkey may also need a similar fix, but I will leave that to someone who uses that package.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r91a82cb rf9c80c9  
    9797    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9898    <itemizedlist spacing="compact">
     99      <listitem>
     100        <para>Required patch: <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg4.0-1.patch"/></para>
     101      </listitem>
    99102      <listitem>
    100103        <para>
     
    352355    </para></note>
    353356
    354 <!-- the BINDGEN_CFLAGS are to work around
    355  https://bugzilla.mozilla.org/show_bug.cgi?id=1341234
    356  which is reported to be fixed in ff58 -->
    357 <screen><userinput>
    358 ./mach build
    359 </userinput></screen>
     357<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-ffmpeg-4.0-1.patch &amp;&amp;
     358./mach build</userinput></screen>
    360359
    361360    <para>
Note: See TracChangeset for help on using the changeset viewer.