Skip to content

Commit 5058671

Browse files
authored
Merge pull request #54 from mpvkit/create-pull-request/patch
mpv v0.41.0 && FFmpeg n8.0.1
2 parents 0a91a7b + a59aaa8 commit 5058671

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

Sources/BuildScripts/XCFrameworkBuild/main.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)