mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:43:03 +08:00
[libde265] use supports expression (#30104)
This commit is contained in:
parent
7939c3498e
commit
ff5e394293
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libde265",
|
||||
"version": "1.0.8",
|
||||
"port-version": 6,
|
||||
"port-version": 7,
|
||||
"description": "Open h.265 video codec implementation.",
|
||||
"homepage": "https://www.libde265.org/",
|
||||
"license": "LGPL-3.0-only",
|
||||
@ -18,7 +18,8 @@
|
||||
],
|
||||
"features": {
|
||||
"sse": {
|
||||
"description": "Enable SSE optimizations"
|
||||
"description": "Enable SSE optimizations",
|
||||
"supports": "x86 | x64"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3846,7 +3846,7 @@
|
||||
},
|
||||
"libde265": {
|
||||
"baseline": "1.0.8",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"libdeflate": {
|
||||
"baseline": "1.17",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bba9b6bf501c046f81f7335d1efff23ed0845ed4",
|
||||
"version": "1.0.8",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "0f781eec5a444ba998fc1e8e3dd31172806005d3",
|
||||
"version": "1.0.8",
|
||||
|
Loading…
Reference in New Issue
Block a user