I’m writing a packages that needs to be able to
run(`ffmpeg ...`)
on all three architectures. I looked into VideoIO’s deps/build.jl file and cowered in fear.
Is there any simple way to include a build-dependency on ffmpeg
so that my package could simply run ffmpeg
?
Thanks!