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:
Tobias Doerffel
2010-07-26 15:04:00 +02:00
12 changed files with 95 additions and 98 deletions

View File

@@ -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