Skip to content

Commit

Permalink
chore: FFmpeg bump version to n7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword authored and github-actions[bot] committed Oct 19, 2024
1 parent 4d4da30 commit cbb2c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MPVKit

[![mpv](https://img.shields.io/badge/mpv-v0.39.0-blue.svg)](https://github.com/mpv-player/mpv)
[![ffmpeg](https://img.shields.io/badge/ffmpeg-n7.0.2-blue.svg)](https://github.com/FFmpeg/FFmpeg)
[![ffmpeg](https://img.shields.io/badge/ffmpeg-n7.1-blue.svg)](https://github.com/FFmpeg/FFmpeg)
[![license](https://img.shields.io/github/license/mpvkit/MPVKit)](https://github.com/mpvkit/MPVKit/main/LICENSE)

> MPVKit is only suitable for learning `libmpv` and will not be maintained too frequently.
Expand Down
2 changes: 1 addition & 1 deletion Sources/BuildScripts/XCFrameworkBuild/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum Library: String, CaseIterable {
case .libmpv:
return "v0.39.0"
case .FFmpeg:
return "n7.0.2"
return "n7.1"
case .openssl:
return "3.2.0"
case .gnutls:
Expand Down

0 comments on commit cbb2c2c

Please sign in to comment.