diff options
Diffstat (limited to 'ports/libde265')
| -rw-r--r-- | ports/libde265/CONTROL | 5 | ||||
| -rw-r--r-- | ports/libde265/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/libde265/CONTROL b/ports/libde265/CONTROL deleted file mode 100644 index 898e0fe12..000000000 --- a/ports/libde265/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: libde265 -Version: 1.0.8 -Homepage: https://www.libde265.org/ -Description: Open h.265 video codec implementation. -Supports: !(arm|uwp) diff --git a/ports/libde265/vcpkg.json b/ports/libde265/vcpkg.json new file mode 100644 index 000000000..a239794f5 --- /dev/null +++ b/ports/libde265/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "libde265", + "version-string": "1.0.8", + "port-version": 1, + "description": "Open h.265 video codec implementation.", + "homepage": "https://www.libde265.org/", + "supports": "!(arm | uwp)" +} |
