CCExtractor / rusty_ffmpeg

FFI bindings for FFmpeg inner libraries.

Home Page:https://crates.io/crates/rusty_ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `dotenv` instead of manually set the path to package-config files

ldm0 opened this issue · comments

Currently users(developers using this crate) need to manually set the path to package-config files, which is annoying. Consider using dotenv to store environment variable in a file.