mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 09:10:22 +00:00
4651c9db4d
This is the version that is available in Ubuntu 18.04.
21 lines
329 B
TOML
21 lines
329 B
TOML
[options]
|
|
girs_directories = ["../../gir-files", "../../gst-gir-files"]
|
|
library = "GstPlayer"
|
|
version = "1.0"
|
|
min_cfg_version = "1.14"
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.20",
|
|
"1.18",
|
|
"1.16",
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|
|
gstreamer_video="GstVideo"
|