forked from mirrors/gstreamer-rs
17 lines
473 B
Rust
17 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);
|
|
}
|
|
}
|