diff options
| author | matttyson <mtyson@mtyson.id.au> | 2021-05-01 04:30:54 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:30:54 -0700 |
| commit | 9b2d7568d8b372d2f69f9204af4e6c1102f7aa06 (patch) | |
| tree | 802000ef16b7757d5fd03b2c1509dafe5e1002f9 /versions | |
| parent | af5b5d36592242204f2c2a847733bf171ac9c55a (diff) | |
| download | vcpkg-9b2d7568d8b372d2f69f9204af4e6c1102f7aa06.tar.gz vcpkg-9b2d7568d8b372d2f69f9204af4e6c1102f7aa06.zip | |
[x265] Allow release-only build. (#17051)
* [x265] Allow release-only build.
When doing a release-only build, conditionally disable commands
for debug builds
* [x265] Bump port version.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/x-/x265.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 827c47fd2..451afb18e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6494,7 +6494,7 @@ }, "x265": { "baseline": "3.4", - "port-version": 3 + "port-version": 4 }, "xalan-c": { "baseline": "1.12", diff --git a/versions/x-/x265.json b/versions/x-/x265.json index 2ed2d26cd..134c3bfc4 100644 --- a/versions/x-/x265.json +++ b/versions/x-/x265.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "39318069e894d5dd6ff63112fd707c31b13be88b", + "version-string": "3.4", + "port-version": 4 + }, + { "git-tree": "aa119fefeb5d57dd2b34ec63ea94942f868f1d94", "version-string": "3.4", "port-version": 3 |
