shaka-project / static-ffmpeg-binaries

Static binaries of FFmpeg, for multiple OS & CPU combinations, built from source in a GitHub Actions workflow.
https://github.com/joeyparrish/static-ffmpeg-binaries/releases
Apache License 2.0
11 stars 9 forks source link

fix: Fix Windows install paths of all deps #35

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

CMake-based deps were being installed to C:/Program Files by default on Windows instead of /usr/local.

Issue #13