Initial commit: Video analyzer with ffmpeg-next
This commit is contained in:
11
.cargo/config.toml
Normal file
11
.cargo/config.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = [
|
||||
"-L", "/opt/homebrew/lib",
|
||||
"-l", "c++"
|
||||
]
|
||||
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = [
|
||||
"-L", "/usr/local/lib",
|
||||
"-l", "c++"
|
||||
]
|
||||
Reference in New Issue
Block a user