Skip to main content

media_codec_vpx_sys/
lib.rs

1#![allow(non_camel_case_types)]
2#![allow(non_snake_case)]
3#![allow(non_upper_case_globals)]
4
5#[cfg(not(any(doc, feature = "docsrs")))]
6include!(concat!(env!("OUT_DIR"), "/vpx.rs"));
7
8#[cfg(any(doc, feature = "docsrs"))]
9include!(concat!(env!("CARGO_MANIFEST_DIR"), "/generated/vpx.rs"));