2022-10-18 15:16:11 +00:00
|
|
|
// This file was generated by gir (https://github.com/gtk-rs/gir)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files)
|
|
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
|
2019-03-19 07:37:29 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
2023-05-04 05:51:18 +00:00
|
|
|
#[cfg(not(docsrs))]
|
2017-04-13 17:36:14 +00:00
|
|
|
use std::process;
|
|
|
|
|
2023-05-04 05:51:18 +00:00
|
|
|
#[cfg(docsrs)]
|
2019-08-05 10:06:30 +00:00
|
|
|
fn main() {} // prevent linking libraries to avoid documentation failure
|
|
|
|
|
2023-05-04 05:51:18 +00:00
|
|
|
#[cfg(not(docsrs))]
|
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() {
|
2022-11-12 15:40:16 +00:00
|
|
|
println!("cargo:warning={s}");
|
2017-04-13 17:36:14 +00:00
|
|
|
process::exit(1);
|
|
|
|
}
|
|
|
|
}
|