JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
126 stars 53 forks source link

fix build #198

Closed SimonDanisch closed 5 years ago

SimonDanisch commented 5 years ago

this is exactly the same problem as we had with ImageMagick - the deps file only gets written if any dependency is NOT satisfied... First of all, if we build, the depsfile should always be written (and error in write_deps_file if something isn't satisfied), and secondly, if there is any case a depsfile shouldn't be written, it's if any dependency is not satisfied ;)