slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
50 stars 10 forks source link

Missing dependency checks - ccache & libssl-dev #41

Closed g33kphr33k closed 1 month ago

g33kphr33k commented 2 months ago

Hello

I love this script, thank you for it.

On Debian 12, I have found that the script runs and falls over on missing packages not globally checked for. So far, I've had to manually install ccache and libssl-dev.

Keep up the good work!

slyfox1186 commented 1 month ago

Thanks for letting me know. I will make sure I manually install ccache and libssl-dev!