Changeset 5ac8686


Ignore:
Timestamp:
08/14/2022 01:53:36 AM (21 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
bdc7cbc1
Parents:
b4cefdb6
Message:

Fix building xine-lib with ffmpeg-5.1.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb4cefdb6 r5ac8686  
    4545      <para>August 13th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix building xine-lib with ffmpeg-5.1.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[renodr] - Add text to the GDM page on starting GNOME from
  • multimedia/libdriv/xine-lib.xml

    rb4cefdb6 r5ac8686  
    132132    <title>Installation of Xine Libraries</title>
    133133
     134    <!-- See this thread for more details:
     135    https://lists.linuxfromscratch.org/sympa/arc/lfs-dev/2022-07/msg00044.html
     136    -->
     137
     138    <para>
     139      First, fix building this package with ffmpeg-5.1:
     140    </para>
     141
     142<screen><userinput remap="pre">sed -e '/\/avformat.h/i #include &lt;libavcodec/version.h&gt;' \
     143    -i src/combined/ffmpeg/demux_avformat.c &amp;&amp;
     144sed -e '/\/avio.h/i #include &lt;libavutil/avutil.h&gt;' \
     145    -i src/combined/ffmpeg/input_avio.c</userinput></screen>
     146
    134147    <para>
    135148      Install <application>Xine Libraries</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.