vcpkg/ports/libnice-gst/vcpkg.json
gerard-ryan-immersaview 6b7352ef91
[gstreamer, gst-rtsp-server, libnice-gst] Move installed plugins into plugins/gstreamer (#30817)
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.
2023-04-14 14:50:53 -07:00

13 lines
263 B
JSON

{
"name": "libnice-gst",
"version": "0.1.21",
"port-version": 1,
"description": "Gstreamer Libnice plugins.",
"homepage": "https://nice.freedesktop.org",
"license": "LGPL-2.1-only AND MPL-1.1",
"dependencies": [
"gstreamer",
"libnice"
]
}