[FFmpeg] update to 6.1.1 (#36443)

* [FFmpeg] update to 6.1.1

* update version

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-01-30 12:39:15 -08:00 committed by GitHub
parent c951a799b1
commit 5a58e645ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO ffmpeg/ffmpeg REPO ffmpeg/ffmpeg
REF "n${VERSION}" REF "n${VERSION}"
SHA512 abb9207364553248278f8e23e3d565da51ecb0ae9b20edda41624b314541bc3f53a8d6aac7fa5455168d2323d5d70d5a8acbe059f33423fbc2563e1a6cd0348b SHA512 a84209fe36a2a0262ebc34b727e7600b12d4739991a95599d7b4df533791b12e2e43586ccc6ff26aab2f935a3049866204e322ec0c5e49e378fc175ded34e183
HEAD_REF master HEAD_REF master
PATCHES PATCHES
0001-create-lib-libraries.patch 0001-create-lib-libraries.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "ffmpeg", "name": "ffmpeg",
"version": "6.1", "version": "6.1.1",
"port-version": 2,
"description": [ "description": [
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.", "a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations." "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."

View File

@ -2625,8 +2625,8 @@
"port-version": 7 "port-version": 7
}, },
"ffmpeg": { "ffmpeg": {
"baseline": "6.1", "baseline": "6.1.1",
"port-version": 2 "port-version": 0
}, },
"ffnvcodec": { "ffnvcodec": {
"baseline": "11.1.5.3", "baseline": "11.1.5.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1bb35d5c0d560a56e6429ca412c7bc5f3e55e930",
"version": "6.1.1",
"port-version": 0
},
{ {
"git-tree": "e749968704c8ad09bb7d2d9cfda93777fe94b563", "git-tree": "e749968704c8ad09bb7d2d9cfda93777fe94b563",
"version": "6.1", "version": "6.1",