mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 09:10:22 +00:00
31 lines
439 B
TOML
31 lines
439 B
TOML
[options]
|
|
girs_dir = "../../gir-files"
|
|
library = "GstRtspServer"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
target_path = "."
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.18",
|
|
"1.16",
|
|
"1.14",
|
|
"1.12",
|
|
"1.10",
|
|
"1.8",
|
|
"1.6",
|
|
"1.4",
|
|
"1.2",
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
"Gio"
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|
|
gstreamer_net="GstNet"
|
|
gstreamer_sdp="GstSdp"
|
|
gstreamer_rtsp="GstRtsp"
|