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 pkg-config issues #25

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

GitHub's VMs have a broken version of pkg-config installed in C:\Strawberry, as part of a Perl installation. We need to explicitly install the msys version to allow ffmpeg to correctly detect all of its dependencies on Windows.

Issue #13