Skip to content

Commit f5d1f0e

Browse files
chore: FFmpeg bump version to n8.1.1 (#72)
Co-authored-by: cxfksword <718792+cxfksword@users.noreply.github.com>
1 parent f63c5bb commit f5d1f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MPVKit
22

33
[![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.1-blue.svg)](https://github.com/FFmpeg/FFmpeg)
4+
[![ffmpeg](https://img.shields.io/badge/ffmpeg-n8.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.

Sources/BuildScripts/XCFrameworkBuild/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ enum Library: String, CaseIterable {
5050
case .libmpv:
5151
return "v0.41.0"
5252
case .FFmpeg:
53-
return "n8.1"
53+
return "n8.1.1"
5454
case .openssl:
5555
return "3.3.5"
5656
case .gnutls:

0 commit comments

Comments
 (0)