gstreamer-rs/Gir_GstMpegts.toml
Sebastian Dröge ac0cadfd2d Remove v1_18 version overrides
We depend on 1.18.0 now instead of 1.17.2
2020-09-08 15:35:32 +03:00

28 lines
368 B
TOML

[options]
girs_dir = "gir-files"
library = "GstMpegts"
version = "1.0"
min_cfg_version = "1.12"
target_path = "gstreamer-mpegts-sys"
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",
]
[external_libraries]
gstreamer="Gst"