User:Joger/Building Qt Multimedia with FFmpeg: Difference between revisions
Jump to navigation
Jump to search
(Created page with " ==My build setup== OS: Windows 11 with dev drive mounted on D: (Using a dev drive makes builds faster when using Windows Defender antivirus) Qt source tree: D:\qt\qt6\ Build directory containing all builds: D:\qt\build\ Main (host) build for dev branch: D:\qt\build\dev\ Visual Studio 2022 (MSVC) Don't have perl in path as it can cause hard to understand build failures Have cmake in path ==Developer setup for Qt Multimedia== ===Initializing Qt Repo for Qt 6 with...") |
(Replaced doc with references to Qt Multimedia documentation) Tags: Replaced Visual edit |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Building Qt Multimedia and FFmpeg from source are described in the Qt Documentation: | |||
* [https://doc-snapshots.qt.io/qt6-dev/qtmultimedia-building-ffmpeg.html Building FFmpeg from source]. | |||
* [https://doc-snapshots.qt.io/qt6-dev/qtmultimedia-building-from-source.html Building Qt Multimedia from sources] | |||
Latest revision as of 16:02, 13 November 2024
Building Qt Multimedia and FFmpeg from source are described in the Qt Documentation: