kronihias / mcfx

multichannel cross plattform audio plug-in suite
GNU General Public License v3.0
79 stars 13 forks source link

EDIT:ERROR (Fix MinGW compatibility) #12

Closed domenicostefani closed 6 months ago

domenicostefani commented 6 months ago

EDIT: I compromised the content of this PR therefore I closed it (see comment below)

~~Changed lines that used the preprocessor define _MSC_VER from MS VSC++ to determine if compiling for Windows. This is to support Windows build systems other than VisualStudio, such as MinGW. Previously to the fix, compiling with MinGW would fail because _MSC_VER was not defined, and the aligned_malloc function defaulted to using posix_memalign. The README was updated with build instructions for Windows and a list of the CMake variables~~

domenicostefani commented 6 months ago

I apologize, a subsequent merge between branches of my fork compromised this Pull Request. A new PR with the correct content will follow