Ignore:
Timestamp:
12/08/2023 09:05:39 PM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4320a44
Parents:
99eb823a
git-author:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:03:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:05:39 PM)
Message:

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r99eb823a r875b3b57  
    386386
    387387    <para>
    388       <parameter>--enable-libvorbis --enable-libtheora</parameter>: Enables
     388      <parameter>--enable-libvorbis</parameter>
     389      <parameter>--enable-libtheora</parameter>: Enables
    389390      Theora video encoding via <filename
    390391      class="libraryfile">libvorbis</filename> and <filename
     
    393394
    394395    <para>
    395       <parameter>--enable-libvorbis --enable-libvpx</parameter>: Enables WebM
     396      <parameter>--enable-libvorbis</parameter>
     397      <parameter>--enable-libvpx</parameter>: Enables WebM
    396398      encoding via <filename class="libraryfile">libvorbis</filename> and
    397399      <filename class="libraryfile">libvpx</filename>.
Note: See TracChangeset for help on using the changeset viewer.