Erik de Castro Lopo wrote:

> That suggests that FLAC__AVX_SUPPORTED is true. Can you set it to false
> for MSVC2005?

Maybe we need something like:

   #if defined _MSC_VER && _MSC_VER < XXXXXXXXX
   #undef FLAC__AVX_SUPPORTED
   #define FLAC__AVX_SUPPORTED 0
   #endif

You need to provide me with a value for XXXXXXXXX.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to