qyot27

Results 17 comments of qyot27

>The build output is also a mess for my first trial, I found modules in arbitrary folders, e.g. libConvertStacked.dll and libConvertStacked.dll.a generated in the same folder as ConvertStacked.cpp. That sounds...

Builds with GCC given some of the changes in pull #31 (it also fixes a couple things that cropped up during testing the plugins). Is the v14*_xp toolset gone from...

Rebuilt llvm-mingw from a fresh clone, patch was applied through invoking git am with the above patch in `build-mingw-w64.sh` and then running `build-all.sh` as before. It was still only built...

>After applying patches on mingw-w64, you need to run autoreconf in mingw-w64-crt. Ah, yeah. I guess I assumed that since it was cloned from git, autoreconf-ing happened somewhere in the...

Stock Ubuntu 22.04 did this (or at least something very similar) to me before I took steps to switch it to using pipewire. Since pipewire is now the default on...

I'd followed https://ubuntuhandbook.org/index.php/2022/04/pipewire-replace-pulseaudio-ubuntu-2204/

Added a couple more commits to make the VapourSynth plugin only be built if VapourSynth is installed, since the same situation could arise in reverse, and moving to installing the...