-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work with AMD? #21
Comments
It works fine on AMD. I had the same error before: AkarinVS/vapoursynth-plugin#7 (comment) |
Unbelievable. I had it installed and uninstalling made it work! |
The alternative is simply to rebuild it with the PKGBUILD modified: diff --git a/PKGBUILD b/PKGBUILD
index 839aa78..f04b947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,8 @@ prepare(){
build() {
cd build
arch-meson "../${_plug}" \
- --buildtype=release
+ --buildtype=release \
+ -Dstatic-llvm=false
ninja
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Archlinux and AMD CPU+GPU.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: