vapoursynth-plugin
vapoursynth-plugin copied to clipboard
Incompatibility with LLVM 16
Tried to build on current Arch Linux, but fails, because llvm and llvm-libs versions are now at 16, had to downgrade.
Arch still has llvm15 so we can just use this for now. You can either do this manually or just simply follow the instruction on the AUR page
paru -S llvm15 llvm15-libs
export LLVM_CONFIG=/usr/bin/llvm-config-15
paru -S vapoursynth-plugin-vsakarin-git
This should work as long as Arch carries LLVM 15.