File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Sources/BuildScripts/XCFrameworkBuild Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# MPVKit
22
3- [ ![ mpv] ( https://img.shields.io/badge/mpv-v0.40 .0-blue.svg )] ( https://github.com/mpv-player/mpv )
4- [ ![ ffmpeg] ( https://img.shields.io/badge/ffmpeg-n8.0-blue.svg )] ( https://github.com/FFmpeg/FFmpeg )
3+ [ ![ mpv] ( https://img.shields.io/badge/mpv-v0.41 .0-blue.svg )] ( https://github.com/mpv-player/mpv )
4+ [ ![ ffmpeg] ( https://img.shields.io/badge/ffmpeg-n8.0.1 -blue.svg )] ( https://github.com/FFmpeg/FFmpeg )
55[ ![ license] ( https://img.shields.io/github/license/mpvkit/MPVKit )] ( https://github.com/mpvkit/MPVKit/main/LICENSE )
66
77> MPVKit is only suitable for learning ` libmpv ` and will not be maintained too frequently.
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ enum Library: String, CaseIterable {
4848 var version : String {
4949 switch self {
5050 case . libmpv:
51- return " v0.40 .0 "
51+ return " v0.41 .0 "
5252 case . FFmpeg:
53- return " n8.0 "
53+ return " n8.0.1 "
5454 case . openssl:
5555 return " 3.3.2-xcode "
5656 case . gnutls:
You can’t perform that action at this time.
0 commit comments