30.07.2019, 17:58
Fixing the missing dependencies shouldn't be an issue. By the way, I've been thinking that it might be possible to only build the vapoursynth python module on the user side since that seems to be the only part that depends on a specific Python version.
The waifu2x error seems to be a symbol visibility issue, shouldn't be a problem to fix. Right now I link the waifu2x converter object files into the vapoursynth plugin, maybe it's easier to just build it the usual way as a standalone library.
The dfttest issue sounds like an issue with that line:
I guess the sstring argument is incorrectly formatted?
I don't have much time right now so it may have to wait until weekend.
The waifu2x error seems to be a symbol visibility issue, shouldn't be a problem to fix. Right now I link the waifu2x converter object files into the vapoursynth plugin, maybe it's easier to just build it the usual way as a standalone library.
The dfttest issue sounds like an issue with that line:
p = core.dfttest.DFTTest(i, tbsize=1, sstring='0.0:4.0 0.2:9.0 1.0:15.0', planes=planes)
I guess the sstring argument is incorrectly formatted?
I don't have much time right now so it may have to wait until weekend.