Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLLs on release page don't work #200

Open
esmane opened this issue Nov 7, 2024 · 2 comments
Open

DLLs on release page don't work #200

esmane opened this issue Nov 7, 2024 · 2 comments

Comments

@esmane
Copy link
Contributor

esmane commented Nov 7, 2024

I use frei0r effects in the video editor Kdenlive on Windows. If I download the Windows build from the releases page and then copy the dlls to the proper folder (Program Files/kdenlive/lib/frei0r-1/), none of the effects appear inside Kdenlive at all. But if I download the source code from the same releases page, build the dlls myself, and copy them to the same folder, all the effects appear inside Kdenlive and work as expected.

I build the effects using Mingw gcc:

mkdir build
cd build
cmake ../ -G "MinGW Makefiles"
mingw32-make
@namikiri
Copy link
Contributor

namikiri commented Nov 8, 2024

Hi!

Did you check the architecture the DLLs which you're dowloading are built for?

@esmane
Copy link
Contributor Author

esmane commented Nov 8, 2024

Hi!

Did you check the architecture the DLLs which you're dowloading are built for?

64 bit Windows? It's the only windows option on the downloads page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants