styler00dollar / VapourSynth-RIFE-ncnn-Vulkan

RIFE filter for VapourSynth
MIT License
97 stars 22 forks source link

librife.dylib is Arm64 only #13

Closed grosbecyk closed 8 months ago

grosbecyk commented 10 months ago

Trying to run this on an Intel mac. I get: Failed to load /Library/Frameworks/VapourSynth.Framework/lib/vapoursynth/librife.dylib. Error given: dlopen(/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/librife.dylib, 0x0001): tried: '/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/librife.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64'))

Looks like it's Apple Silicon only. Is there any Intel binary? Or any tip on how to compile for Intel?

mafiosnik777 commented 10 months ago

Don't have an Intel Mac anymore. You'd have to compile that yourself. Look at how the github workflow does it.

styler00dollar commented 8 months ago

New release.