--- Begin Message ---
Leigh Scott wrote:
> This should make it possible to build chrome with ffmpeg.
> 
> 
https://pkgs.rpmfusion.org/cgit/free/ffmpeg.git/commit/?id=afe251ab706f9a81a446ffb28dac43d8091f3a31

This patch on its own is not going to work for the current qt5-qtwebengine, 
the QtWebEngine/Chromium code needs to be modified too to build with FFmpeg 
5, because:
1. this patch does not address the "error: invalid conversion from 'const 
AVCodec*' to 'AVCodec*'" and "error: cannot convert 'int*' to 'size_t*' {aka 
'long unsigned int*'} […] initializing argument 3 of 'uint8_t* 
av_packet_get_side_data(const AVPacket*, AVPacketSideDataType, size_t*)'" 
that I am also getting, and
2. the patch adds an accessor function for first_dts, whereas QtWebEngine 
wants to use the member variable directly.

I guess the latest Chromium has support for FFmpeg 5, but I would have to 
backport it to the version (Chromium 87) used in Qt5WebEngine.

        Kevin Kofler
_______________________________________________
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

--- End Message ---

Reply via email to