Changeset a0380e7


Ignore:
Timestamp:
08/14/2022 02:28:06 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:
8ff732aa
Parents:
bdc7cbc1
Message:

opencv: Fix building with ffmpeg-5.1.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/opencv.xml

    rbdc7cbc1 ra0380e7  
    156156  <sect2 role="installation">
    157157    <title>Installation of opencv</title>
     158
     159    <para>
     160      First, fix building this package with ffmpeg-5.1:
     161    </para>
     162
     163<screen><userinput remap="pre">sed -e '/\/avformat.h/i #include &lt;libavcodec/version.h&gt;' \
     164    -i modules/videoio/src/ffmpeg_codecs.cpp</userinput></screen>
    158165
    159166    <para>
  • introduction/welcome/changelog.xml

    rbdc7cbc1 ra0380e7  
    4545      <para>August 13th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix building opencv with ffmpeg-5.1.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[renodr] - Fix building xine-lib with ffmpeg-5.1.</para>
Note: See TracChangeset for help on using the changeset viewer.