diff options
| author | talregev <talregev@users.noreply.github.com> | 2021-04-20 00:26:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 14:26:08 -0700 |
| commit | 3ec41f57e64f691a723fd6e89830d01cc9be93e1 (patch) | |
| tree | 49dbe19d5573e08bcea4b164b2f10a4293303146 /versions | |
| parent | 68fc55c971ee7791277b9d0cfc4a9c1a881faff3 (diff) | |
| download | vcpkg-3ec41f57e64f691a723fd6e89830d01cc9be93e1.tar.gz vcpkg-3ec41f57e64f691a723fd6e89830d01cc9be93e1.zip | |
[libvpx] Fix libvpx compilation (install process) (#17287)
* Fix libvpx compilation (install process)
* [libvpx] Remove library and pdb suffixes.
* [ffmpeg] Remove fix for libvpx
* update version record
* Update ports/ffmpeg/CONTROL
* Update versions/f-/ffmpeg.json
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/f-/ffmpeg.json | 5 | ||||
| -rw-r--r-- | versions/l-/libvpx.json | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 5c0d70a43..cb552f4f3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1950,7 +1950,7 @@ }, "ffmpeg": { "baseline": "4.3.2", - "port-version": 4 + "port-version": 5 }, "ffnvcodec": { "baseline": "10.0.26.0", @@ -3602,7 +3602,7 @@ }, "libvpx": { "baseline": "1.9.0", - "port-version": 7 + "port-version": 8 }, "libwandio": { "baseline": "4.2.1", diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json index cd822f12f..303dff2b2 100644 --- a/versions/f-/ffmpeg.json +++ b/versions/f-/ffmpeg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "68f6d071ba23bf8ad28a12a507c8089a47a76d73", + "version-string": "4.3.2", + "port-version": 5 + }, + { "git-tree": "993a1a305ccef12934ba4b72648ba205498841f7", "version-string": "4.3.2", "port-version": 4 diff --git a/versions/l-/libvpx.json b/versions/l-/libvpx.json index facc4c153..0d90bed5f 100644 --- a/versions/l-/libvpx.json +++ b/versions/l-/libvpx.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b3c25e1e8a48e31e14fb824fd7b8b618266093b9", + "version-semver": "1.9.0", + "port-version": 8 + }, + { "git-tree": "09c64743d3dc62d2fa0ef55ef52b7bdad45cea0c", "version-string": "1.9.0", "port-version": 7 |
