diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-04-30 19:01:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:01:30 -0700 |
| commit | 63c7a82c6a7715f4dd1123c216ed8ecc497ec41a (patch) | |
| tree | d526784d6b2d666051b8215079f603b27a9b842c /versions | |
| parent | 8dad905c6f5b8a44ce72de7221b9165a591de107 (diff) | |
| download | vcpkg-63c7a82c6a7715f4dd1123c216ed8ecc497ec41a.tar.gz vcpkg-63c7a82c6a7715f4dd1123c216ed8ecc497ec41a.zip | |
[ffmpeg] add openh264 support (#17531)
* [ffmpeg] add openh264 support
* [ffmpeg] bump port version
* [ffmpeg] x-add-version
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
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 18744fe7f..8f1503fa3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1950,7 +1950,7 @@ }, "ffmpeg": { "baseline": "4.3.2", - "port-version": 6 + "port-version": 7 }, "ffnvcodec": { "baseline": "10.0.26.0", diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json index 633f998f4..1c98dce16 100644 --- a/versions/f-/ffmpeg.json +++ b/versions/f-/ffmpeg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bb3d01a7b00d6fe90592750d48e18049eb93215d", + "version-string": "4.3.2", + "port-version": 7 + }, + { "git-tree": "a6d19d895b8c522d7d1179d93ae1e9386ac38ac2", "version-string": "4.3.2", "port-version": 6 |
