mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
6b7352ef91
This aligns with the behaviour of other ports like QT and GStreamer deadlocks when trying to load glib shared libraries if they are in the plugin directory.
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"name": "gst-rtsp-server",
|
|
"version": "1.20.5",
|
|
"port-version": 1,
|
|
"description": "gst-rtsp-server is a library on top of GStreamer for building an RTSP server",
|
|
"homepage": "https://gstreamer.freedesktop.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "gstreamer",
|
|
"default-features": false,
|
|
"features": [
|
|
"plugins-base"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|