forked from mirrors/gstreamer-rs
29d17faf09
gstreamer-rtsp-server and gstreamer-editing-services are disabled for now until there's a new release of them, or once we start building against git master of them. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/issues/16
25 lines
447 B
TOML
25 lines
447 B
TOML
[options]
|
|
girs_dir = "gir-files"
|
|
library = "Gst"
|
|
version = "1.0"
|
|
min_cfg_version = "1.0"
|
|
target_path = "gstreamer-sys"
|
|
work_mode = "sys"
|
|
|
|
ignore = [
|
|
"Gst.VERSION_MAJOR",
|
|
"Gst.VERSION_MINOR",
|
|
"Gst.VERSION_MICRO",
|
|
"Gst.VERSION_NANO",
|
|
"Gst.ERROR_SYSTEM",
|
|
"Gst.TIME_FORMAT",
|
|
"Gst.STIME_FORMAT",
|
|
"Gst.PTR_FORMAT",
|
|
"Gst.SEGMENT_FORMAT",
|
|
"Gst.FOURCC_FORMAT",
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|