Move core_media
into media
crate
This commit is contained in:
parent
a02e388ea2
commit
f621d290fe
6 changed files with 67 additions and 64 deletions
|
@ -16,6 +16,7 @@ fn main() {
|
|||
.header("src/bindings.h")
|
||||
.clang_arg(format!("-isysroot{}", sdk_path))
|
||||
.clang_arg("-xobjective-c")
|
||||
.allowlist_function("CMTimeMake")
|
||||
.allowlist_var("kCVPixelFormatType_.*")
|
||||
.allowlist_var("kCVReturn.*")
|
||||
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue