vapoursynth-plugin
vapoursynth-plugin copied to clipboard
support for llvm 14
can't build on Arch because llvm 14 is not supported
does Arch support installing multiple llvm versions? llvm 14 changed some old APIs and it might take some time to adapt the code to it.
So that's why it was failing to build lmao. I was surprised it was not possible to override the version check.
The version check is meaningful. please don't override it. LLVM 14 has some incompatible APIs.
@sl1pkn07, is it possible to add the llvm < 14 version requirement to https://aur.archlinux.org/packages/vapoursynth-plugin-vsakarin-git to fix the build? Thanks.
try now
Thanks! I believe it should fix the build errors.
Will keep this issue open to track llvm 14 support (though not a top priority as llvm 13 already works well enough)
I'm on Fedora and it wouldn't build with llvm14 and 13 installed. I had to uninstall llvm14 to make it work.
Now it supports llvm 10 - 15.