Skip to content

Commit fa44b43

Browse files
cxfkswordgithub-actions[bot]
authored andcommitted
chore: FFmpeg bump version to n7.1.1
1 parent b214545 commit fa44b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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.

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.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:

0 commit comments

Comments
 (0)