mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 21:41:03 +00:00
d18dbb85d8
Will disambiguate from any other S3 plugins, and matches how we name other plugins (soup, lewton, rav1e, ...). Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/issues/76
28 lines
534 B
TOML
28 lines
534 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"gst-plugin-file",
|
|
"gst-plugin-reqwest",
|
|
"gst-plugin-flv",
|
|
"gst-plugin-audiofx",
|
|
"gst-plugin-togglerecord",
|
|
"gst-plugin-threadshare",
|
|
"gst-plugin-tutorial",
|
|
"gst-plugin-closedcaption",
|
|
"gst-plugin-version-helper",
|
|
"gst-plugin-sodium",
|
|
"gst-plugin-cdg",
|
|
"gst-plugin-rav1e",
|
|
"gst-plugin-rusoto",
|
|
"gst-plugin-fallbackswitch",
|
|
"gst-plugin-lewton",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|
|
debug = true
|
|
panic = 'unwind'
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|