Closed vtorri closed 5 years ago
I can give you more details if you want
you are not convinced by this PR ?
will you have time to review this PR ?
The problem is that I have no way of testing this, or knowing if the Windows build is working correctly. I also have no idea about best practices for Windows.
Would it be possible to add a Windows build to Travis CI?
to have a CI for windows, maybe appveyor is better than travis you can also install mingw-w64 cross toolchain and compile it like a unix build
Sorry for the delay in getting this merged.
I have made one minor change: 7cf0a8ac456f69e4b9c40e8cdfd6db2f35114876
I renamed TWOLAME_BUILD
define to LIBTWOLAME_BUILD
.
This is to clarify that LIBTWOLAME_BUILD
should only be set when building libtwolame and not the twolame frontend binary.
no problem for me :-) thanks
i'll check this evening the compilation on Windows.
for appveyor : https://www.appveyor.com/docs/windows-images-software/
both static and shared linking have been tested (with the frontend)