forked from mirrors/gstreamer-rs
20 lines
528 B
Rust
20 lines
528 B
Rust
// This file was generated by gir (https://github.com/gtk-rs/gir @ ad40c01)
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ 18c9a37)
|
|
// DO NOT EDIT
|
|
|
|
#[cfg(not(feature = "dox"))]
|
|
extern crate system_deps;
|
|
|
|
#[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);
|
|
}
|
|
}
|