gst-plugins-rs/utils/fallbackswitch/build.rs
Sebastian Dröge 54c8f5b3ab fallbackswitch: Remove bundled aggregator copy and require GStreamer 1.18
1.18 is old enough at this point and carrying around a copy of
 aggregator is not sustainable.
2021-10-17 17:35:45 +03:00

4 lines
53 B
Rust

fn main() {
gst_plugin_version_helper::info();
}