-
Notifications
You must be signed in to change notification settings - Fork 66
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
Windows import library fix #79
Windows import library fix #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are a few questions!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I found the shorter version a little easier to reason about, so I simplified that down a bit. I also verified that this works on my (macOS) system, so if this also solves your problem, I think we are good to go.
Good! |
This code is tested on my Windows 11 machine.
Only
libchromaprint.dll
is created by chromaprint's build, and it contains all the used functions, so I removedchromaprint.dll
.Also library load doesn't work without
winmode=0
for some reason.