gstreamer-rs/gstreamer-editing-services/sys/build.rs
2020-11-22 19:15:20 +02:00

18 lines
473 B
Rust

// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
use std::process;
#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure
#[cfg(not(feature = "dox"))]
fn main() {
if let Err(s) = system_deps::Config::new().probe() {
let _ = eprintln!("{}", s);
process::exit(1);
}
}