Changeset 7f5ae162 for multimedia


Ignore:
Timestamp:
05/28/2024 01:59:45 AM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
27040e68
Parents:
8975244
Message:

Add a correction to xine-lib to handle ffmpeg-7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    r8975244 r7f5ae162  
    131131    -->
    132132
    133 <!--
    134     <para>
    135       First, fix building this package with ffmpeg-5.1:
    136     </para>
    137 
    138 <screen><userinput remap="pre">sed -e '/\/avformat.h/i #include &lt;libavcodec/version.h&gt;' \
    139     -i src/combined/ffmpeg/demux_avformat.c </userinput></screen>
    140 -->
     133
     134    <para>
     135      First, fix building this package with ffmpeg-7.0 and later:
     136    </para>
     137
     138<screen><userinput remap="pre">sed -i '/xine_set_flags/s/XINE_PROTECTED//' include/xine.h </userinput></screen>
     139
    141140<!--<note>
    142141      <para>This package tarball expands to the directory xine-lib.1.2.13/,
Note: See TracChangeset for help on using the changeset viewer.