CCExtractor / rusty_ffmpeg

FFI bindings for FFmpeg inner libraries.
https://crates.io/crates/rusty_ffmpeg
MIT License
164 stars 26 forks source link

Correctly processing `rerun-if-env-changed` #83

Closed ldm0 closed 1 year ago

ldm0 commented 1 year ago

As build script will fail when env var is not set, rust-analyzer won't be able to corrupt rusty_ffmpeg's cache, we can happily processing rerun-if-env-changed now. Closes #29