gst-plugins-rs/gst-plugin-rusoto/build.rs
Arun Raghavan d18dbb85d8 rusoto: Rename s3 as rusoto
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
2019-10-21 13:10:28 +05:30

6 lines
97 B
Rust

extern crate gst_plugin_version_helper;
fn main() {
gst_plugin_version_helper::get_info()
}