gstreamer-rs/gstreamer-video-sys/build.rs

25 lines
624 B
Rust
Raw Normal View History

2020-07-05 19:55:30 +00:00
// This file was generated by gir (https://github.com/gtk-rs/gir @ 60cbef0)
// from gir-files (https://github.com/gtk-rs/gir-files @ 1e16d41)
2019-03-19 07:37:29 +00:00
// DO NOT EDIT
2019-08-05 10:06:30 +00:00
#[cfg(not(feature = "dox"))]
2020-06-23 14:12:51 +00:00
extern crate system_deps;
2019-08-05 10:06:30 +00:00
#[cfg(not(feature = "dox"))]
use std::io;
2019-08-05 10:06:30 +00:00
#[cfg(not(feature = "dox"))]
2019-06-18 10:04:39 +00:00
use std::io::prelude::*;
2019-08-05 10:06:30 +00:00
#[cfg(not(feature = "dox"))]
use std::process;
2019-08-05 10:06:30 +00:00
#[cfg(feature = "dox")]
fn main() {} // prevent linking libraries to avoid documentation failure
#[cfg(not(feature = "dox"))]
fn main() {
2020-06-23 14:12:51 +00:00
if let Err(s) = system_deps::Config::new().probe() {
2020-07-05 19:55:30 +00:00
let _ = eprintln!("{}", s);
process::exit(1);
}
}