mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:09:00 +08:00
d77e767599
* [openh264] respect meson default_library option so only required shared/static library gets built * [openh264] bump port version * [openh264] x-add-version
12 lines
342 B
JSON
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"
|
|
]
|
|
}
|