File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/BuildScripts/XCFrameworkBuild Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# MPVKit
22
33[ ![ mpv] ( https://img.shields.io/badge/mpv-v0.39.0-blue.svg )] ( https://github.com/mpv-player/mpv )
4- [ ![ ffmpeg] ( https://img.shields.io/badge/ffmpeg-n7.1-blue.svg )] ( https://github.com/FFmpeg/FFmpeg )
4+ [ ![ ffmpeg] ( https://img.shields.io/badge/ffmpeg-n7.1.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 @@ -50,7 +50,7 @@ enum Library: String, CaseIterable {
5050 case . libmpv:
5151 return " v0.39.0 "
5252 case . FFmpeg:
53- return " n7.1 "
53+ return " n7.1.1 "
5454 case . openssl:
5555 return " 3.2.0 "
5656 case . gnutls:
You can’t perform that action at this time.
0 commit comments