Changeset 695bc22 for multimedia


Ignore:
Timestamp:
02/17/2024 12:50:50 AM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
5d0e7b8
Parents:
e9d2365
Message:

Disable vulkan for ffmpeg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    re9d2365 r695bc22  
    194194            --enable-libx265     \
    195195            --enable-openssl     \
     196            --disable-vulkan     \
    196197            --ignore-tests=enhanced-flv-av1 \
    197198            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
     
    432433
    433434    <para>
    434       <option>--enable-vulkan</option>: Enables support for using Vulkan for
    435       video acceleration.
     435      <option>--disable-vulkan</option>: Disables Vulkan for the
     436      current version of <xref linkend="vulkan-loader"/> due to
     437      an API conflict.
    436438    </para>
    437439
Note: See TracChangeset for help on using the changeset viewer.