Changeset 431d921


Ignore:
Timestamp:
05/24/2021 12:24:29 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
68b2b02
Parents:
693e1f5
Message:

libvpx: demote nasm/yasm to recommended

--target=generic-gnu is mentioned to allow building libvpx without nasm
and yasm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvpx.xml

    r693e1f5 r431d921  
    7373    <bridgehead renderas="sect3">libvpx Dependencies</bridgehead>
    7474
    75     <bridgehead renderas="sect4">Required</bridgehead>
    76     <para role="required">
     75    <bridgehead renderas="sect4">Recommended</bridgehead>
     76    <para role="recommended">
    7777      <xref linkend="yasm"/> or <xref role="nodep" linkend="nasm"/>, and
    78 <!-- see
    79 http://lists.linuxfromscratch.org/pipermail/blfs-book/2019-August/083164.html
    80 and references therein -->
    8178      <xref linkend="which"/> (so <command>configure</command> can find yasm)
    8279    </para>
     
    151148    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    152149      href="../../xincludes/static-libraries.xml"/>
     150
     151    <para>
     152      <option>--target=generic-gnu</option>: This switch disables
     153      optimizations specific for x86 and x86-64, allowing to build this
     154      package without <command>nasm</command> and <command>yasm</command>
     155      installed.
     156    </para>
    153157
    154158    <para>
Note: See TracChangeset for help on using the changeset viewer.