diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-06-11 18:01:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 10:01:10 -0700 |
| commit | b598c70a6c3e533200395d775dec088463393a06 (patch) | |
| tree | b8d4feb7b2e840bf7848e9837a3c42c95c0a9a8d /versions | |
| parent | 2cc4ca3d831bcf2b87268b09346a2aede74dbfc6 (diff) | |
| download | vcpkg-b598c70a6c3e533200395d775dec088463393a06.tar.gz vcpkg-b598c70a6c3e533200395d775dec088463393a06.zip | |
[ffmpeg] fix release-only builds (#18367)
* [ffmpeg] fix release-only builds
* [ffmpeg] bump port version
* [ffmpeg] x-add-version
* [ffmpeg] strequal: use quotes when comparing against strings
* [ffmpeg] x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/ffmpeg.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index e22cefaef..54f4afe56 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1982,7 +1982,7 @@ }, "ffmpeg": { "baseline": "4.4", - "port-version": 3 + "port-version": 4 }, "ffnvcodec": { "baseline": "10.0.26.0", diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json index ed22d7051..3691438cc 100644 --- a/versions/f-/ffmpeg.json +++ b/versions/f-/ffmpeg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "dfea2c203835c55baec68138cc7e8c65ebcce33a", + "version": "4.4", + "port-version": 4 + }, + { "git-tree": "90a0309bd2757ee32bb13e47e07fa7b8405e6594", "version": "4.4", "port-version": 3 |
