Add macOS package manager search paths for pkg-config (#8)

This commit is contained in:
Mikhail Katychev
2023-03-23 12:11:48 -03:00
committed by GitHub
parent 0d11595259
commit fa2b8d13ad
5 changed files with 29 additions and 7 deletions

View File

@ -173,7 +173,7 @@ fn main() {
)
.expect("invalid x264 options string");
eprintln!("x264 options: {:?}", x264_opts);
eprintln!("x264 options: {x264_opts:?}");
ffmpeg::init().unwrap();
log::set_level(log::Level::Info);