Results 36 comments of Gyan

Yes, Avisynth seems to be the only relevant lib that depends on LoadLibrary.

So I just rechecked and it seems the static linkage issue was fixed upstream in Oct 2023. I'll do a test compile on Sunday, and if it works, it'll be...

Test compile didn't work - there are dependencies which have dependencies. This will take some time to unroll.

Haven't had time to test it yet, but I suspect it's due to FFmpeg [ddc1cd5cdd2570bf3d6ab807ee0ecfacdf09431d](https://github.com/FFmpeg/FFmpeg/commit/ddc1cd5cdd2570bf3d6ab807ee0ecfacdf09431d)

As a 'Stable Baseline Point' recedes in time, it will get out of date. Instead, it would be useful to add automation to record one or more of a set...

Another step is to cache existing artifacts, and then 1) delete/overwrite upon success of current build, or 2) restore upon failure and continue.

That suggestion of cache and restore is for use during end user operation.

> For a build that is reproducible, you need to have a clearly defined setup where the build runs from scratch and ends successfully, otherwise it's not worthwhile to take...

Last time I checked, the lib itself had multiple dependencies, which might bloat the build further, Seemed high cost-to-benefit for a niche use. But I'll take another look within a...