Changeset bd9fcbc for multimedia


Ignore:
Timestamp:
08/27/2024 01:27:44 AM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, trunk
Children:
6e1336bb
Parents:
d7e3108
git-author:
Douglas R. Reno <renodr@…> (08/27/2024 01:07:40 AM)
git-committer:
Douglas R. Reno <renodr@…> (08/27/2024 01:27:44 AM)
Message:

libvpx: minor text tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    rd7e3108 rbd9fcbc  
    2828    <para>
    2929      This package, from the WebM project, provides the reference
    30       implementations of the VP8 Codec, used in most current html5 video,
     30      implementations of the VP8 Codec (used in most current HTML5 video)
    3131      and of the next-generation VP9 Codec.
    3232    </para>
     
    124124    <para>
    125125      <command>sed ... </command>: This command
    126       corrects ownership and permissions of installed files.
     126      corrects the ownership and permissions of installed files.
    127127    </para>
    128128
     
    137137
    138138    <para>
    139       <option>--disable-vp8</option>: This switch prevents building of VP8
    140       codec support.
    141     </para>
    142 
    143     <para>
    144       <option>--disable-vp9</option>: This switch prevents building of VP9
    145       codec support.
     139      <option>--disable-vp8</option>: This switch prevents building support for
     140      the VP8 codec.
     141    </para>
     142
     143    <para>
     144      <option>--disable-vp9</option>: This switch prevents building support for
     145      the VP9 codec.
    146146    </para>
    147147
    148148    <para>
    149149      <option>--target=generic-gnu</option>: This switch disables
    150       optimizations specific for x86 and x86-64, allowing to build this
     150      optimizations specific to x86 and x86-64, allowing to build this
    151151      package without <command>nasm</command> and <command>yasm</command>
    152152      installed.
Note: See TracChangeset for help on using the changeset viewer.