From 9b2d7568d8b372d2f69f9204af4e6c1102f7aa06 Mon Sep 17 00:00:00 2001 From: matttyson Date: Sat, 1 May 2021 04:30:54 +1000 Subject: [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. --- versions/baseline.json | 2 +- versions/x-/x265.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') 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,5 +1,10 @@ { "versions": [ + { + "git-tree": "39318069e894d5dd6ff63112fd707c31b13be88b", + "version-string": "3.4", + "port-version": 4 + }, { "git-tree": "aa119fefeb5d57dd2b34ec63ea94942f868f1d94", "version-string": "3.4", -- cgit v1.2.3