View Single Post
Old 4th August 2016, 01:49   #12  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Katie Boundary View Post
Yes. Should I delete it?
If you delete it, ibob won't work. You should however move avisynth_c.dll out of the auto-load directory and load it explicitly before ibob.dll (or any other 2.0 C filter that requires it):
Code:
LoadPlugin("<path with c2.0 plugs>\AviSynth_C.dll")
LoadCPlugin("<path with c2.0 plugs>\ibob.dll")
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 4th August 2016 at 02:14.
Groucho2004 is offline   Reply With Quote