diff options
| author | Rich Logan <rich@richlogan.co.uk> | 2021-03-22 22:58:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 15:58:34 -0700 |
| commit | 2bc10eae2fb0b8c7c098325c4e9d82aa5d0329d9 (patch) | |
| tree | 5ff83598adc06ec1999da49161e33224cef7cb9b /versions | |
| parent | 00150f5bba4970c4b4a2389e0944313d0a2b5a0f (diff) | |
| download | vcpkg-2bc10eae2fb0b8c7c098325c4e9d82aa5d0329d9.tar.gz vcpkg-2bc10eae2fb0b8c7c098325c4e9d82aa5d0329d9.zip | |
[openh264] Add openh264 port (#16714)
* Add openh264 port
* Fixes for CI
* Don't build tests
* Add git dependency
* Update gas-preprocessor
* Update gas subfolder name
* No UWP support for meson builds
* Manifest format
* Update ports/openh264/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions
* [openh264] Tweak precise tool dependencies
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/o-/openh264.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index df3801e3f..b65bc2a6c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4364,6 +4364,10 @@ "baseline": "2020-03-25", "port-version": 0 }, + "openh264": { + "baseline": "2021-03-16", + "port-version": 0 + }, "openigtlink": { "baseline": "3.0", "port-version": 1 diff --git a/versions/o-/openh264.json b/versions/o-/openh264.json new file mode 100644 index 000000000..0f5a9176e --- /dev/null +++ b/versions/o-/openh264.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "e541fb33857fd6401459e1f0fdc617d47fa3094e", + "version-date": "2021-03-16", + "port-version": 0 + } + ] +} |
