Changeset 426ee9f for multimedia


Ignore:
Timestamp:
03/02/2024 07:48:40 PM (3 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
1b59807
Parents:
81e35e0d
Message:

ffmpeg: enable Vulkan support again.

Thanks to Joe Locash for a pointer to the patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r81e35e0d r426ee9f  
    8080          Required patch:
    8181          <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-chromium_method-1.patch"/>
     82        </para>
     83      </listitem>
     84      <listitem>
     85        <para>
     86          Required patch:
     87          <ulink url="&patch-root;/ffmpeg-&ffmpeg-version;-vulkan_fixes-1.patch"/>
    8288        </para>
    8389      </listitem>
     
    172178
    173179    <para>
     180      Next, apply a patch that fixes building with the latest version of the
     181      Vulkan API:
     182      <!-- Ticket #19390 -->
     183    </para>
     184
     185<screen><userinput remap="pre">patch -Np1 -i ../ffmpeg-&ffmpeg-version;-vulkan_fixes-1.patch</userinput></screen>
     186
     187    <para>
    174188      Install <application>FFmpeg</application> by running the following
    175189      commands:
     
    194208            --enable-libx265     \
    195209            --enable-openssl     \
    196             --disable-vulkan     \
    197             --ignore-tests=enhanced-flv-av1 \
     210            --ignore-tests=enhanced-flv-av1 \
    198211            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
    199212
     
    414427    </para>
    415428
    416     <para>
    417       <parameter>--disable-vulkan</parameter>: Disables Vulkan for the
     429    <!--
     430    <para>
     431      <parameter>- -disable-vulkan</parameter>: Disables Vulkan for the
    418432      current version of <xref linkend="vulkan-loader"/> due to
    419433      an API conflict.
    420434    </para>
     435    -->
    421436
    422437    <para>
Note: See TracChangeset for help on using the changeset viewer.