mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
ffmpeg5 update: Fix building QtWebEngine with ffmpeg-5.
This commit is contained in:
parent
dafe226652
commit
aebb527112
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>July 12th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix building QtWebEngine with ffmpeg-5.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to audacious and audacious-plugins-4.2.
|
||||
Provides support for ffmpeg-5. Fixes
|
||||
|
@ -238,10 +238,16 @@
|
||||
</listitem>-->
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:-->
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
|
||||
@ -333,6 +339,12 @@
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
Apply a patch that resolves problems when building with ffmpeg-5:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-ffmpeg5_fixes-1.patch</userinput></screen>
|
||||
|
||||
<!-- start of commands for git versions only -->
|
||||
<para>
|
||||
Although the build_fixes patch has ensured that git is not invoked during the build,
|
||||
|
Loading…
Reference in New Issue
Block a user