Add macOS package manager search paths for pkg-config (#8)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user