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