-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Qt-Ffmpeg: 调整mpvplayer构建配置及依赖库引用]:对Qt-Ffmpeg项目的构建配置进行了调整,优化了mpvplaye…
…r的构建流程,并更新了库的引用。 - 在`.github/workflows/qmake.yml`中,移除了`CONFIG-=BUILD_MPV`宏定义,现在默认包含mpvplayer的构建。 - 更新了`examples/examples.pro`,根据操作系统和存在条件,决定是否包含`mpvplayer`子目录。 - 修改了`examples/mpvplayer/CMakeLists.txt`,将`custommpv`库的引用更改为`qmpv`,并简化了条件判断,统一了不同操作系统下的链接库路径。 - 在`src/ffmpeg/codeccontext.cpp`中,对fdk aac编码器的质量参数格式化进行了修正。 - 对`src/mpv/CMakeLists.txt`和`src/mpv/mpv.pro`进行了一致性修改,将`custommpv`更改为`qmpv`,并更新了库的链接方式。 - 更新了`src/mpv/mpv.pri`和`src/mpv/mpv.pro`,统一了mpv库的链接路径,并移除了多余的配置项。 - 修改了`src/mpv/qthelper.hpp`,修复了类型比较的方式,使用`v.typeId()`替代`static_cast<int>(v.type())`。 - 在`src/src.pro`中,根据操作系统和存在条件,决定是否包含`mpv`子目录。 - 对`src/utils/CMakeLists.txt`和`src/utils/utils.pro`进行了小幅度修改,简化了库的构建配置。
- Loading branch information
Showing
12 changed files
with
50 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters