CCExtractor / rusty_ffmpeg

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

[IMPROVEMNT] use vcpkg with caching to reduce build time #80

Closed prateekmedia closed 1 year ago

prateekmedia commented 1 year ago

So that build time will be in 5-6 minutes range not 40-50 minutes range. One successful workflow will be required for it to cache the dependencies

Already Implemented in https://github.com/CCExtractor/ccextractor/pull/1480, so this will work for sure.

prateekmedia commented 1 year ago

cc @cfsmp3