Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
None
-
-
Multimedia, weeks 13-14
Description
At the time of writing, when building Qt Multimedia from source with FFmpeg support, you can get past the FindFFmpeg stage even if you don't have the correct .xcframework files in your FFMPEG_DIR.
This is because we recently switched from deploying .dylibs to deploying .xcframeworks when on iOS. The QtDeployFFmpeg.cmake script was updated, but not FindFFmpeg.cmake. This effectively means that we only really care about deploying .xcframeworks, but the FindFFmpeg.cmake script requires the .dylibs to be present in FFMPEG_DIR.
This is stopping us from switching to only relying on .xcframeworks when building.
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-135172 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
634896,2 | iOS, FFmpeg: Modify FindFFmpeg.cmake to look for .xcframework files | dev | qt/qtmultimedia | Status: NEW | 0 | 0 |