-
Notifications
You must be signed in to change notification settings - Fork 174
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
Examples links vorbis, flac and opus but they're not used #146
Comments
Hi @diizzyy Do use use latest version of libsndfile? It was fixed in latest release, all these external libraries are not required if shared (DLL) libsndfile library was found. |
Hi @evpobr When using 0.2.1 (release)
Perhaps I'm missing something? Edit: Also occurs using libsndfile 1.0.31 |
Yes, overlinking does take place. So far I can't figure out if it's possible to avoid this when using the find module or if it's CMake's fee for cross-platform. |
The problem is here: libsamplerate/cmake/FindSndFile.cmake Line 53 in 7a42f18
|
What would be the downside of just removing it? |
Static libsndfile linking will fail. This is common scenario on Windows. |
@diizzyy , please test pull request. |
@evpobr |
Thanks @diizzyy ! |
From what I can tell these libraries aren't used at all but gets linked and are required via
cmake/FindSndFile.cmake
.The text was updated successfully, but these errors were encountered: