summaryrefslogtreecommitdiffstats
path: root/src/multimedia/shaders
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2024-03-26 18:02:45 +0100
committerArtem Dyomin <artem.dyomin@qt.io>2024-05-14 20:50:33 +0000
commit6158bcc6a93869cbb6e7d4b3780c24746d1972ca (patch)
treebbcac9f5f1ec25a8fd1f24ccbaf410f9f54a318d /src/multimedia/shaders
parentd0a1eaa13d94fee4a4e0a635d9ce9ee58c38f2e5 (diff)
Implement shared stub dependencies for shared FFmpegHEADdev
* The idea is to make users able run the FFmpeg plugin without additional third-party installations, namely OpenSSL and VAAPI. It has been working with static linkage, the current patch implements it for shared linkage. * In a nutshell, we compile libs libQt6FFmpegStub-somedep.so.x and make FFmpeg dependent on the instead original libsomedep.so.x. Users might trivially replace the shipped FFmpeg with thier one without stubs just by deleting/changing the files. * The solution is scalable on Android and other libs. * Patching of the FFmpeg dependencies we do in the related patch codereview.qt-project.org/c/qt/qt5/+/550318 * More information and discussions are in the ticket and the discussion page intranet.qt.io/display/QTRD/Shipping+of+shared+FFmpeg+with+dependencies Pick-to: 6.7 6.5 Change-Id: I322641abca4a1010e65f74a0a8265b824ceab031 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
Diffstat (limited to 'src/multimedia/shaders')
0 files changed, 0 insertions, 0 deletions