Re: [FFmpeg-devel] [PATCH] w32pthreads: fix mingw build on x86 with -msse2 or higher

2015-10-16 Thread Hendrik Leppkes
On Wed, Oct 14, 2015 at 11:20 PM, Hendrik Leppkes wrote: > When SSE2 or higher compiler optimizations are used, mingw uses > the _mm_mfence intrinsic for MemoryBarrier, however it doesn't include > the appropriate headers automatically. > --- > compat/w32pthreads.h | 5 +

[FFmpeg-devel] [PATCH] w32pthreads: fix mingw build on x86 with -msse2 or higher

2015-10-14 Thread Hendrik Leppkes
When SSE2 or higher compiler optimizations are used, mingw uses the _mm_mfence intrinsic for MemoryBarrier, however it doesn't include the appropriate headers automatically. --- compat/w32pthreads.h | 5 + 1 file changed, 5 insertions(+) diff --git a/compat/w32pthreads.h