gstreamer-rs/Gir_Gst.toml

26 lines
447 B
TOML
Raw Normal View History

2017-04-05 14:16:16 +00:00
[options]
girs_dir = "gir-files"
library = "Gst"
version = "1.0"
min_cfg_version = "1.0"
2017-04-05 14:17:26 +00:00
target_path = "gstreamer-sys"
2017-04-05 14:16:16 +00:00
work_mode = "sys"
2018-10-30 12:42:25 +00:00
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",
2018-10-30 12:42:25 +00:00
]
2017-04-05 14:16:16 +00:00
external_libraries = [
"GLib",
"GObject",
]