dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 90 forks source link

make install fails on static build. #110

Closed dp289m closed 3 years ago

dp289m commented 3 years ago

Frei0r fails to install static build.

https://pastebin.com/raw/ivEdfGuK

realies commented 3 years ago

Same issue here. #18 suggest static builds are not possible. However, this static build of ffmpeg is compiled with --enable-frei0r and is not a dynamic executable.

ddennedy commented 3 years ago

impossible. “Plugins” implies dynamically loaded.

realies commented 3 years ago

@ddennedy, thanks, how can we get around the cannot stat errors and rely on dynamic plugins?

jaromil commented 3 years ago

use dlopen() on .so files shipped along your program, don't --enable-static, it does not work.