-
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: 更新mpv播放器库的引用为qmpv]:对Qt-Ffmpeg项目的CMakeLists.txt和pro文件进行了修改…
…,将mpv播放器库的引用从`custommpv`更新为`qmpv`。 - 在`examples/mpvplayer/CMakeLists.txt`中,将`target_compile_definitions`中的`custommpv`更改为`qmpv`,并在`target_link_libraries`中作出了相应的更改。 - 对`examples/mpvplayer/mpvplayer.pro`文件进行了修改,将`LIBS`中的`custommpv`更改为`qmpv`。 - 在`src/mpv/CMakeLists.txt`文件中,将`add_custom_library(custommpv ...)`更改为`add_custom_library(qmpv ...)`,并相应更新了`target_link_libraries`中的库名称。 - 对`src/mpv/mpv.pro`文件进行了更新,将`TARGET`的值从`custommpv`更改为`qmpv`。
- Loading branch information
Showing
5 changed files
with
15 additions
and
17 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