diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-04-15 13:20:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-15 13:20:18 -0700 |
| commit | fe430b986b5eb2dd6a2aca1a6fdaa32e213c1ba7 (patch) | |
| tree | 65f2bd18fb70daff68678acb0663d2624b7eb786 /versions | |
| parent | b1e352c60e706098ac3b5421856ae012eeeb832e (diff) | |
| download | vcpkg-fe430b986b5eb2dd6a2aca1a6fdaa32e213c1ba7.tar.gz vcpkg-fe430b986b5eb2dd6a2aca1a6fdaa32e213c1ba7.zip | |
[xaudio2redist] Add new port (#17174)
* new port for Microsoft.XAudio2.Redist NuGet package
* Update baselines
* Convert CONTROL to vcpkg.json
* Update baseline
* Removed use of VCPKG_CRT_LINKAGE
* Refresh baseline
* Updated unsupported platform port logic per feedback
* Update baseline
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/x-/xaudio2redist.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 5b043cf59..0e3fb6cb2 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6456,6 +6456,10 @@ "baseline": "1.11-12", "port-version": 0 }, + "xaudio2redist": { + "baseline": "1.2.6", + "port-version": 0 + }, "xbyak": { "baseline": "5.991", "port-version": 0 diff --git a/versions/x-/xaudio2redist.json b/versions/x-/xaudio2redist.json new file mode 100644 index 000000000..f2a219fe9 --- /dev/null +++ b/versions/x-/xaudio2redist.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "e33a929ddbf8ebc95959d6650a38d351aafea07c", + "version-string": "1.2.6", + "port-version": 0 + } + ] +} |
