gst-plugins-rs/video/flavors/build.rs
Arun Raghavan 9c0416b56d Rename flv directory as flavors
Follows the same convention as all the other plugins.
2020-04-05 19:10:47 +00:00

6 lines
97 B
Rust

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