stefson
stefson
you need to post the whole config and build log files, including the Plugin Summary
hmm ok, I asked since its not reproduceable for me. But if you already acknowledged there is indeed a problem, I'm fine with it (:
I do, its available on gentoo for testing. here is my config: ``` ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --docdir=/usr/share/doc/deadbeef-1.8.8 --htmldir=/usr/share/doc/deadbeef-1.8.8/html --with-sysroot=/ --libdir=/usr/lib64 --disable-coreaudio --disable-portable --disable-static...
possibly, but maybe I got away due to my setup. I just wait for the config and build logs to see what went wrong.
So I can confirm the findings, the compile of ffmpeg-plugin against ffmpeg-5.0 is working but it won't load at runtime.
for a reproducer on linux: what kind of shortcut have you created, and what did you restart (deadbeef-gui, xsession, kernel?)
could you guide me a little bit in how to disable runtime dispatch?
do you mean as in: ``` diff --git a/hwy/detect_targets.h b/hwy/detect_targets.h index afc9154..7be7770 100644 --- a/hwy/detect_targets.h +++ b/hwy/detect_targets.h @@ -372,7 +372,7 @@ // x86 compilers generally allow runtime dispatch. On Arm,...
it helps indeed, but I need more time to iron this out - arm hardware really is slow.
I wonder about a sensible strategy for a fix on the compiler side?