AkarinVS / vapoursynth-plugin

My experimental VapourSynth plugin: (1) an enhanced LLVM-based std.Expr (aka lexpr), Select, PropExpr, Text and Tmpl. (2) DLISR. (3) DLVFX (4) CAMBI.
GNU Lesser General Public License v3.0
37 stars 8 forks source link

Make the plugin work with Av1an #23

Open Simulping opened 1 year ago

Simulping commented 1 year ago

Av1an is a video encoding framework to increase parallelization and threading to speed up encoding.

when inputting vs plugins with akarin as a dependency, it will error with this (probably rust thing?): Reactor: Unknown command line argument '-x86-asm-syntax=intel'. Try: 'Reactor --help' Reactor: Did you mean '--stats-json=intel'?

This PR removed 3 lines of code in order to make it work again.

AkarinVS commented 1 year ago

the PR looks good. thanks. which version of llvm are you using?

Simulping commented 1 year ago

16.0.6, Arch Linux

couleurm commented 7 months ago

seems like akarin vanished, try tocompile simulping's fork?