Merge branch 'mingw64-compat-fixes'
* mingw64-compat-fixes: CMakeLists.txt: install libFLAC-8.dll for win32 build Improved support for MinGW cross compile builds
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
#define PREFETCH_READ(x) PREFETCH_RW(x,0)
|
||||
#define PREFETCH_WRITE(x) PREFETCH_RW(x,1)
|
||||
|
||||
/* workaround for conflicting declarations in GCC and MinGW headers */
|
||||
#define _aligned_malloc __aligned_malloc
|
||||
#define _aligned_free __aligned_free
|
||||
|
||||
#ifdef X86_OPTIMIZATIONS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user