mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:26:50 +08:00
[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:
parent
c951a799b1
commit
5a58e645ce
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ffmpeg/ffmpeg
|
||||
REF "n${VERSION}"
|
||||
SHA512 abb9207364553248278f8e23e3d565da51ecb0ae9b20edda41624b314541bc3f53a8d6aac7fa5455168d2323d5d70d5a8acbe059f33423fbc2563e1a6cd0348b
|
||||
SHA512 a84209fe36a2a0262ebc34b727e7600b12d4739991a95599d7b4df533791b12e2e43586ccc6ff26aab2f935a3049866204e322ec0c5e49e378fc175ded34e183
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
0001-create-lib-libraries.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "ffmpeg",
|
||||
"version": "6.1",
|
||||
"port-version": 2,
|
||||
"version": "6.1.1",
|
||||
"description": [
|
||||
"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."
|
||||
|
@ -2625,8 +2625,8 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"ffmpeg": {
|
||||
"baseline": "6.1",
|
||||
"port-version": 2
|
||||
"baseline": "6.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"ffnvcodec": {
|
||||
"baseline": "11.1.5.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1bb35d5c0d560a56e6429ca412c7bc5f3e55e930",
|
||||
"version": "6.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e749968704c8ad09bb7d2d9cfda93777fe94b563",
|
||||
"version": "6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user