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

ci: Log dynamic library dependencies #33

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

This should help in debugging non-portable binaries.

mariocynicys commented 11 months ago

Couldn't we use tee to not run the commands twice?

joeyparrish commented 11 months ago

True. I could tee to a file to capture it. I could also capture the output into a variable and echo it back later.

joeyparrish commented 11 months ago

Done. Thanks for the feedback!