gstreamer-rs/Gir_GstAudio.toml
Sebastian Dröge ad316840c5 Ignore AUDIO/VIDEO_FORMATS_ALL
They are endianness and version dependent.
2020-06-10 11:52:39 +03:00

37 lines
503 B
TOML

[options]
girs_dir = "gir-files"
library = "GstAudio"
version = "1.0"
min_cfg_version = "1.0"
target_path = "gstreamer-audio-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",
]
ignore = [
"GstAudio.AUDIO_FORMATS_ALL",
]
[[lib_version_overrides]]
version = "1.18"
lib_version = "1.17"
[external_libraries]
gstreamer="Gst"
gstreamer_base="GstBase"