gst-plugins-rs/video/webp/build.rs
Mathieu Duponchelle d9e727050c video: implement webp decoder around libwebp-sys2 crate
Unlike webpdec from -bad, this element inherits from GstElement
and can decode animated webp data.
2021-03-20 10:53:20 +02:00

4 lines
56 B
Rust

fn main() {
gst_plugin_version_helper::get_info()
}