shaneday
shaneday
--mkvmerge doesn't seem to be available in the masterofzen/av1an Docker image, and trying to follow the build instructions I hit problems with vapoursynch. Is someone else able to try this...
I was using the latest at the time, with image-id 52af74987729. It reports itself as version 0.1.0. Pulling the latest now gives me 26136d170109, still reports as 0.1.0. Retrying the...
I figure I'll drop the 'CARGO_LINKFLAGS="-L/opt/homebrew/lib" cargo build' log here just in case it is needed. [cargo-build.log](https://github.com/master-of-zen/Av1an/files/14456485/cargo-build.log)
I found a workaround. The system "cc" on OSX doesn't include the path where homebrew installs libraries. So, it's up to the user to add that path when needed. You...