Changeset f2b4c82


Ignore:
Timestamp:
07/12/2022 03:22:14 AM (22 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:
3df2398
Parents:
71db115
Message:

ffmpeg5 update: Disable video acceleration in VLC.

It does not compile due to major changes in the ffmpeg API.

Upstream has stated at https://code.videolan.org/videolan/vlc/-/merge_requests/1245
and https://code.videolan.org/videolan/vlc/-/issues/26498 that video
acceleration will not be available until VLC-4 due to complexity.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r71db115 rf2b4c82  
    4545      <para>July 12th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Disable libva support in VLC so that it builds with
     49          ffmpeg-5. Upstream has said that no port will be available for VLC-3
     50          due to complexity, but it will be available again in VLC-4.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[renodr] - Turn off ffmpeg support in libquicktime.</para>
  • multimedia/videoutils/vlc.xml

    r71db115 rf2b4c82  
    236236BUILDCC=gcc ./configure --prefix=/usr    \
    237237                        --disable-opencv \
     238                        --disable-libva  \
    238239                        --disable-vpx    &amp;&amp;
    239240
     
    278279      <application>opencv</application> which is not compatible with this
    279280      version of <application>vlc</application>.
     281    </para>
     282
     283    <para>
     284      <parameter>--disable-libva</parameter>: This switch is required to disable
     285      video acceleration in VLC since it is incompatible with ffmpeg-5, and
     286      upstream has no plans to port it due to complexity.
    280287    </para>
    281288
Note: See TracChangeset for help on using the changeset viewer.