dpirch / libfvad

Voice activity detection (VAD) library, based on WebRTC's VAD engine
BSD 3-Clause "New" or "Revised" License
498 stars 176 forks source link

MinGW build #4

Closed ulatekh closed 6 years ago

ulatekh commented 6 years ago

I'm trying to build libfvad in MS Windows (i.e. using MinGW) and was getting strange errors, but I think I have them resolved. If I get it to run, I'll issue a pull request.

dpirch commented 6 years ago

I have now tested building on Windows too (with msys2). Apparently the -no-undefined linker flag was missing.

ulatekh commented 6 years ago

I had made other changes (e.g. adding "win32-dll" to LT_INIT()) but apparently they weren't necessary. Your new version builds a DLL just fine. Thanks for your help!