Changeset 1e13ac4


Ignore:
Timestamp:
04/21/2024 03:11:18 AM (3 weeks ago)
Author:
Rahul Chandra <rahul@…>
Branches:
lazarus, trunk
Children:
b728446e
Parents:
b43a8b6
Message:

Turn off system FFMpeg in QtWebEngine as it FTBFS or has runtime errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    rb43a8b6 r1e13ac4  
    223223    </para>
    224224
     225
     226<!-- Note to whoever is updating this next, test to see if it FTBFS/Runtime Errors with
     227system FFMpeg, I can't get it to work on 6.7.0 and FFMpeg 7.0 [rahul] -->
    225228<screen><userinput>mkdir build &amp;&amp;
    226229cd    build &amp;&amp;
    227230
    228231cmake -D CMAKE_MESSAGE_LOG_LEVEL=STATUS             \
    229       -D QT_FEATURE_webengine_system_ffmpeg=ON      \
     232      -D QT_FEATURE_webengine_system_ffmpeg=OFF      \
    230233      -D QT_FEATURE_webengine_system_icu=ON         \
    231234      -D QT_FEATURE_webengine_system_libevent=ON    \
Note: See TracChangeset for help on using the changeset viewer.