Changeset 1fc1afb for multimedia/libdriv


Ignore:
Timestamp:
05/14/2024 05:45:59 PM (2 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
gimp3, trunk
Children:
503979ca
Parents:
8709d641
Message:

gst-libav: fix building with ffmpeg-7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-libav.xml

    r8709d641 r1fc1afb  
    9393
    9494    <para>
     95      First, fix some usage of deprecated APIs that causes a build failure:
     96    </para>
     97
     98<screen><userinput remap="pre">sed -e '1375,1430d' \
     99    -e '2058d'      \
     100    -e '2105,2140d' \
     101    -e '2217,2221d' \
     102    -i ext/libav/gstavdemux.c &amp;&amp;
     103sed -i '2122aif (!gst_element_register (plugin, type_name, rank, type)) {' ext/libav/gstavdemux.c</userinput></screen>
     104
     105    <para>
    95106      Install <application>GStreamer Libav</application> by running the following
    96107      commands:
Note: See TracChangeset for help on using the changeset viewer.