View Single Post
Old 14th March 2018, 18:39   #80  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
Quote:
Originally Posted by Selur View Post
ffmsindex is missing a library,..
this happens when I call ffmsindex inside a terminal:
Code:
dyld: Library not loaded: /Library/Frameworks/VapourSynth.framework/lib/libffms2.4.dylib
  Referenced from: /usr/local/bin/ffmsindex
  Reason: image not found
Abort trap: 6
Cu Selur
Yeah, I forgot to check on that after patching the plugin itself. I will update the installer tonight, but the fix if you don't want to re-download the new one is:
Code:
sudo ln -s /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/libffms2.dylib /Library/Frameworks/VapourSynth.framework/lib/libffms2.4.dylib
I will be adding that to the installer script. Hopefully that is the LAST change for now.
l33tmeatwad is offline   Reply With Quote