You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's often impractical to use an environment variable to specify
FFMPEG_DIR (such as when builds are run via rust-analyzer/RLE for
editor diagnostics during development) so this enables support for
parsing an environment.json file like:
{
"FFMPEG_DIR": "/path/to/ffmpeg-build/"
}
Addresses: rust-lang/cargo#4121
0 commit comments