mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:39:18 +08:00
2bc10eae2f
* Add openh264 port * Fixes for CI * Don't build tests * Add git dependency * Update gas-preprocessor * Update gas subfolder name * No UWP support for meson builds * Manifest format * Update ports/openh264/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions * [openh264] Tweak precise tool dependencies Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
11 lines
321 B
JSON
11 lines
321 B
JSON
{
|
|
"name": "openh264",
|
|
"version-date": "2021-03-16",
|
|
"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"
|
|
]
|
|
}
|