mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Firefox: Remove system libvpx, it does not build against 1.8.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21137 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cb70cce0fb
commit
e48053bdb8
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>February 11th, 2019</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Drop system libvpx from firefox, it fails to build
|
||||
against libvpx-1.8.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to ffmpeg-4.1.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;11656">#11655</ulink>.</para>
|
||||
|
@ -159,7 +159,8 @@ tar: Exiting with failure status due to previous errors
|
||||
<para role="recommended">
|
||||
<xref linkend="icu"/>,
|
||||
<xref linkend="libevent"/>,
|
||||
<xref linkend="libvpx"/>,
|
||||
<!-- fails to build in 65.0 (headers changed)
|
||||
<xref linkend="libvpx"/>, -->
|
||||
<xref linkend="libwebp"/>, and
|
||||
<xref linkend="sqlite"/>
|
||||
</para>
|
||||
@ -247,7 +248,8 @@ ac_add_options --disable-gconf
|
||||
# recommended dependencies:
|
||||
ac_add_options --enable-system-sqlite
|
||||
ac_add_options --with-system-libevent
|
||||
ac_add_options --with-system-libvpx
|
||||
# current firefox fails to build against libvpx-1.8.0
|
||||
#ac_add_options --with-system-libvpx
|
||||
# firefox-65 understands webp and ships with an included copy
|
||||
ac_add_options --with-system-webp
|
||||
ac_add_options --with-system-nspr
|
||||
|
Loading…
Reference in New Issue
Block a user