Changeset ce402041 for multimedia


Ignore:
Timestamp:
01/15/2024 04:27:17 AM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
1df87ee
Parents:
e137dc2
Message:

Demote libtheora to optional in ffmpeg.

This will allow specifying libtheora as an external dependency
and will enable archiving libtheora.

libtheora has not been updated since 2010 and its use is outdated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    re137dc2 rce402041  
    9393      <xref linkend="freetype2"/>,
    9494      <xref linkend="lame"/>,
    95       <xref linkend="libtheora"/>,
    9695      <xref linkend="libvorbis"/>,
    9796      <xref linkend="libvpx"/>,
     
    118117      <xref linkend="libcdio"/> (to identify and play CDs),
    119118      <xref linkend="libdrm"/> (for <quote>kmsgrab</quote> input),
     119      <xref linkend="libtheora"/>,
    120120      <xref linkend="libwebp"/>,
    121121      <xref linkend="opencv"/>,
     
    188188            --enable-libmp3lame  \
    189189            --enable-libopus     \
    190             --enable-libtheora   \
    191190            --enable-libvorbis   \
    192191            --enable-libvpx      \
     
    380379      via <filename class="libraryfile">libmp3lame</filename>.
    381380    </para>
    382 
    383     <para>
    384       <parameter>--enable-libvorbis</parameter>
    385       <parameter>--enable-libtheora</parameter>: Enables
     381<!--
     382    <para>
     383      <parameter>- -enable-libvorbis</parameter>
     384      <parameter>- -enable-libtheora</parameter>: Enables
    386385      Theora video encoding via <filename
    387386      class="libraryfile">libvorbis</filename> and <filename
    388387      class="libraryfile">libtheora</filename>.
    389388    </para>
    390 
     389-->
    391390    <para>
    392391      <parameter>--enable-libvorbis</parameter>
Note: See TracChangeset for help on using the changeset viewer.