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 /ports/x265/CONTROL | |
| 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 'ports/x265/CONTROL')
| -rw-r--r-- | ports/x265/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/x265/CONTROL b/ports/x265/CONTROL index c101f7ea4..b848f47e9 100644 --- a/ports/x265/CONTROL +++ b/ports/x265/CONTROL @@ -1,6 +1,6 @@ Source: x265 Version: 3.4 -Port-Version: 3 +Port-Version: 4 Homepage: https://github.com/videolan/x265 Description: x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream. Supports: !(uwp | arm) |
