Changeset fc3a793 for multimedia


Ignore:
Timestamp:
04/21/2024 04:34:02 AM (7 weeks ago)
Author:
Rahul Chandra <rahul@…>
Branches:
lazarus, trunk
Children:
18958f2e
Parents:
8ef533a
Message:

Disable libav support in gegl and alsa plugins as both FTBFS when
using FFMPeg-7.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-plugins.xml

    r8ef533a rfc3a793  
    9595    </para>
    9696
    97 <screen><userinput>./configure --sysconfdir=/etc &amp;&amp;
     97<screen><userinput>./configure --sysconfdir=/etc --disable-libav &amp;&amp;
    9898make</userinput></screen>
    9999
     
    109109
    110110  </sect2>
    111 <!--
    112111  <sect2 role="commands">
    113112    <title>Command Explanations</title>
    114113
    115114    <para>
    116       <command>sed ... speex/pcm_speex.c</command>: Fix a build problem
    117       when speex1.2rc2 is installed.
    118     </para>
    119 
    120   </sect2>
    121 -->
     115      <option>--disable-libav</option>: Disable FFMpeg support as the
     116      package does not build when <xref linkend="ffmpeg"/> is installed.
     117    </para>
     118
     119  </sect2>
    122120  <sect2 role="content">
    123121    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.