[ffmpeg] update version to 4.4.1#21049
Merged
dan-shaw merged 6 commits intomicrosoft:masterfrom Nov 13, 2021
Merged
Conversation
JonLiu1993
approved these changes
Oct 29, 2021
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 70033dbb31527fb3e69654731f540f59c87787f9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json
index d4518c3..9179af0 100644
--- a/versions/f-/ffmpeg.json
+++ b/versions/f-/ffmpeg.json
@@ -5,6 +5,11 @@
"version": "4.4.1",
"port-version": 0
},
+ {
+ "git-tree": "795e31317ef58fbe13247af9e8bade71f3edde5e",
+ "version": "4.4",
+ "port-version": 17
+ },
{
"git-tree": "5a144dc0552d005429d8d6641608744883dee2ff",
"version": "4.4",
JonLiu1993
approved these changes
Nov 10, 2021
Contributor
|
We need to add a new entry in the version database. |
JonLiu1993
approved these changes
Nov 12, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does your PR fix?
Update ffmpeg to 4.4.1
Which triplets are supported/not supported? Have you updated the CI baseline?
all, No
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes