mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 17:19:42 +00:00
18 lines
270 B
TOML
18 lines
270 B
TOML
|
[options]
|
||
|
girs_dir = "gir-files"
|
||
|
library = "GstRtsp"
|
||
|
version = "1.0"
|
||
|
min_cfg_version = "1.0"
|
||
|
target_path = "gstreamer-rtsp-sys"
|
||
|
work_mode = "sys"
|
||
|
|
||
|
external_libraries = [
|
||
|
"GLib",
|
||
|
"GObject",
|
||
|
"Gio"
|
||
|
]
|
||
|
|
||
|
[external_libraries]
|
||
|
gstreamer="Gst"
|
||
|
gstreamer_sdp="GstSdp"
|