Currently there're two FFmpeg-specific CMake arguments used by Qt Multimedia to enable building with FFmpeg support: - FFMPEG_DIR: Specifies the directory path of the FFmpeg development libraries. The new -ffmpeg-dir configure option maps to this variable. - QT_DEPLOY_FFMPEG: Determines whether FFmpeg binaries should be copied to Qt's install directory. The new -ffmpeg-deploy configure option maps to this variable. [ChangeLog][configure] `-DFFMPEG_DIR=<dir>` and `-DQT_DEPLOY_FFMPEG=ON` can now be set via `-ffmpeg-dir <dir>` and `-ffmpeg-deploy` respectively. Change-Id: Iaff4da99be2682730653178e3b3fef46cfa0bc63 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%