diff options
| author | Charlie Barto <chbarto@microsoft.com> | 2021-05-18 16:00:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 16:00:50 -0700 |
| commit | 113880e5222220db532b102671c75afe99f96818 (patch) | |
| tree | a6bbf42c3201edfaee9460b8232b5dd31110bf6d /versions | |
| parent | f68f30c1e1aebe53081d722e8add85cd85ef8f11 (diff) | |
| download | vcpkg-113880e5222220db532b102671c75afe99f96818.tar.gz vcpkg-113880e5222220db532b102671c75afe99f96818.zip | |
[avcpp] Add new port (#17716)
* add avcpp port
* add avcpp
* apply code review comments
* update versions
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/avcpp.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/a-/avcpp.json b/versions/a-/avcpp.json new file mode 100644 index 000000000..f90c69a45 --- /dev/null +++ b/versions/a-/avcpp.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "aa82b322b6c59cf758147d78664f3d7ce66a77dc", + "version-date": "2021-05-06", + "port-version": 0 + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index efb8bc9d9..04f09e82a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -208,6 +208,10 @@ "baseline": "20.8.1", "port-version": 0 }, + "avcpp": { + "baseline": "2021-05-06", + "port-version": 0 + }, "avisynthplus": { "baseline": "3.7.0", "port-version": 0 |
