2021-11-18 14:32:17 +00:00
|
|
|
// Generated by gir (https://github.com/gtk-rs/gir @ 02eb99133f11)
|
2021-09-28 09:55:48 +00:00
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)
|
2021-11-16 17:34:31 +00:00
|
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 0220d4948268)
|
2019-03-19 07:37:29 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
2020-11-27 13:37:24 +00:00
|
|
|
#[cfg(not(feature = "dox"))]
|
2017-04-13 17:36:14 +00:00
|
|
|
use std::process;
|
|
|
|
|
2020-11-27 13:37:24 +00:00
|
|
|
#[cfg(feature = "dox")]
|
2019-08-05 10:06:30 +00:00
|
|
|
fn main() {} // prevent linking libraries to avoid documentation failure
|
|
|
|
|
2020-11-27 13:37:24 +00:00
|
|
|
#[cfg(not(feature = "dox"))]
|
2017-04-13 17:36:14 +00:00
|
|
|
fn main() {
|
2020-06-23 14:12:51 +00:00
|
|
|
if let Err(s) = system_deps::Config::new().probe() {
|
2020-12-07 11:11:04 +00:00
|
|
|
println!("cargo:warning={}", s);
|
2017-04-13 17:36:14 +00:00
|
|
|
process::exit(1);
|
|
|
|
}
|
|
|
|
}
|