vcpkg/ports/openh264/vcpkg.json
Matthias C. M. Troffaes d77e767599
[openh264] only build shared or static library (#17592)
* [openh264] respect meson default_library option so only required shared/static library gets built

* [openh264] bump port version

* [openh264] x-add-version
2021-05-18 00:24:33 -07:00

12 lines
342 B
JSON

{
"name": "openh264",
"version-date": "2021-03-16",
"port-version": 1,
"description": "OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.",
"homepage": "https://www.openh264.org/",
"supports": "!uwp",
"dependencies": [
"tool-meson"
]
}