vapoursynth / bestsource

A super great audio/video source and FFmpeg wrapper
MIT License
67 stars 15 forks source link

Warning: No entry point found in /usr/lib/vapoursynth/libbestsource.so #57

Open amayra opened 3 months ago

amayra commented 3 months ago

this error keeps showing up in both encoding and VapourSynth-Editor

the funny part is that it shows up even when I use FFMS2 as a source

HolyWu commented 3 months ago

It's in the wrong directory. Did you manually copy the built library rather than execute ninja -C build install? libbestsource and bestsource would be installed to different directory.

amayra commented 3 months ago

It's in the wrong directory. Did you manually copy the built library rather than execute ninja -C build install? libbestsource and bestsource would be installed to different directory.

i used officially repo package from arch

HolyWu commented 3 months ago

Report to the responsible maintainer then.

amayra commented 3 months ago

thanks. What i should include in my report exactly?

HolyWu commented 3 months ago

Tell the maintainer to remove --libdir /usr/lib/vapoursynth from their build script. Otherwise the API library would be incorrectly installed to plugin directory and got autoloaded.

You can also drop a link to this issue in your report for their reference.