Changeset b79fb34


Ignore:
Timestamp:
02/17/2024 08:56:04 AM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
b335a90
Parents:
e8b3f50
git-author:
Pierre Labastie <pierre.labastie@…> (02/17/2024 08:53:07 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (02/17/2024 08:56:04 AM)
Message:

Fix option vs parameter in ffmpeg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    re8b3f50 rb79fb34  
    415415
    416416    <para>
     417      <parameter>--disable-vulkan</parameter>: Disables Vulkan for the
     418      current version of <xref linkend="vulkan-loader"/> due to
     419      an API conflict.
     420    </para>
     421
     422    <para>
     423      <parameter>--ignore-tests=...</parameter>: Disables tests that fail to
     424      run on
     425      BLFS without the optional packages. Currently the AV1 test is disabled
     426      as it needs dav1d to do AV1 decoding on the CPU. The test might work if
     427      you have a GPU that can decode AV1, but this was not tested.
     428    </para>
     429
     430    <para>
    417431      <option>--enable-gnutls</option>: Use this option instead of
    418432      <parameter>--enable-openssl</parameter>, if you want to use
     
    430444      <option>--enable-libpulse</option>: Enables support for
    431445      <application>Pulseaudio</application> for audio output.
    432     </para>
    433 
    434     <para>
    435       <option>--disable-vulkan</option>: Disables Vulkan for the
    436       current version of <xref linkend="vulkan-loader"/> due to
    437       an API conflict.
    438     </para>
    439 
    440     <para>
    441       <option>--ignore-tests=...</option>: Disables tests that fail to run on
    442       BLFS without the optional packages. Currently the AV1 test is disabled
    443       as it needs dav1d to do AV1 decoding on the CPU. The test might work if
    444       you have a GPU that can decode AV1, but this was not tested.
    445446    </para>
    446447
Note: See TracChangeset for help on using the changeset viewer.