Closed neheb closed 2 years ago
Applied here, thanks: https://gitlab.xiph.org/xiph/speexdsp/-/merge_requests/13
@neheb would you mind doing the same fix for speex here: https://gitlab.xiph.org/xiph/speex
Specifically on https://gitlab.xiph.org/xiph/speex/-/blob/master/win32/libspeex.def
So actually I think this commit was partially wrong. I'll fix it differently.
edit: actually never mind. I'm so confused...
@tmatth there's no way to contribute using that gitlab instance. Forks are not allowed.
In any case, basic testing indicates this is good to do but it is not required. And actually a better solution is to use _declspec(dllexport).
MSVC doesn't completely respect this line but MinGW does. Specify the name properly.